lib/util: Restore CH_UNIX as source charset for d_printf()
commite00b1fa2b032012e741d94f3fe0057d6ea53bf4c
authorAndrew Bartlett <abartlet@samba.org>
Tue, 21 Jun 2011 02:53:12 +0000 (21 12:53 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 21 Jun 2011 05:54:44 +0000 (21 15:54 +1000)
tree64f6b3a27b3f9e462631d2e6d70befdcc74f9ad4
parentbf83b641e265a7b1523545294c268c6708999d2a
lib/util: Restore CH_UNIX as source charset for d_printf()

I'm changed this during the change to use the d_printf() code in
common, but should not have.

However, there is a puzzle: What is the right source charset?
Translated strings in our .mo and .msg files are in UTF8, but strings
such as file names on remote servers are in UNIX (whatever that is).
I can't see how this actually works properly when either CH_DISPLAY or
CH_UNIX are other than UTF8!

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
lib/util/dprintf.c