diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-05 21:28:09 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:04 -0500 |
commit | ad803aed90636c1905fd15b7ea31428c8290f7af (patch) | |
tree | 73e7f99ba7b084092c2ddfb9fff9bf00f63fffa0 /docs/Samba-HOWTO-Collection/SWAT.xml | |
parent | 4707bb6b063b48c09c3d0ec3b3c66f0fa16c098e (diff) | |
download | samba-ad803aed90636c1905fd15b7ea31428c8290f7af.tar.gz samba-ad803aed90636c1905fd15b7ea31428c8290f7af.tar.bz2 samba-ad803aed90636c1905fd15b7ea31428c8290f7af.zip |
Document charset handling fixes to SWAT (patch by Bjoern Jacke)
(This used to be commit 942d465fa101e68333260883ec38ae9eaea7b57b)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/SWAT.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/SWAT.xml | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/docs/Samba-HOWTO-Collection/SWAT.xml b/docs/Samba-HOWTO-Collection/SWAT.xml index 6a67db2418..1f14d70546 100644 --- a/docs/Samba-HOWTO-Collection/SWAT.xml +++ b/docs/Samba-HOWTO-Collection/SWAT.xml @@ -374,10 +374,6 @@ To enable this feature: </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> </itemizedlist> @@ -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> |