Document charset handling fixes to SWAT (patch by Bjoern Jacke)
authorJelmer Vernooij <jelmer@samba.org>
Tue, 5 Oct 2004 21:28:09 +0000 (21:28 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:59:13 +0000 (08:59 -0500)
docs/Samba-HOWTO-Collection/SWAT.xml

index 6a67db2418e8b2a2f27381e4059170c88f24b7f4..1f14d70546ed13fd2ed3ea493a9d2e21b91c8601 100644 (file)
@@ -373,10 +373,6 @@ To enable this feature:
        <filename>source/po</filename> directory into $LIBDIR.
        </para></listitem>
 
-       <listitem><para>
-       Set the correct locale value for <smbconfoption><name>display charset</name></smbconfoption>.
-       </para></listitem>
-
        <listitem><para>
        Set your browsers language setting.
        </para></listitem>
@@ -398,7 +394,7 @@ msgid "Set Default"
 msgstr "Imposta Default"
 </screen>
 and so on. If you find a mistake or create a new <command>msg</command> file, please email it
-to us so we will include this in the next release of Samba.
+to us so we will include this in the next release of Samba. The <command>msg</command> file should be encoded in UTF-8.
 </para>
 
 </para>
@@ -611,21 +607,4 @@ servers.
 </sect2>
 </sect1>
 
-<sect1>
-<title>SWAT View Page Displays Incorrectly</title>
-
-<para>
-When <parameter>display charset</parameter> and <parameter>dos charset</parameter> parameters
-are different, the view page will not display correctly. Currently the 
-<parameter>display charset</parameter> parameter must use the same encoding as that
-in which the msg file has been encoded. In Japanese this means that <parameter>display
-charset</parameter> must be set to <parameter>CP932</parameter>.
-</para>
-
-<para>
-Setting <parameter>unix charset = EUCJP-MS</parameter> will cause this problem to occur.
-</para>
-
-</sect1>
-
 </chapter>