diff options
| author | Alexander Bokovoy <ab@samba.org> | 2003-04-28 16:53:13 +0000 |
|---|---|---|
| committer | Alexander Bokovoy <ab@samba.org> | 2003-04-28 16:53:13 +0000 |
| commit | df99c490db8c6edc76d368a1573ba938fda66aae (patch) | |
| tree | 21e43be34b7c07a8c95a3b90d61b0351de14e310 /docs/docbook/projdoc/unicode.sgml | |
| parent | 8b43b6d5d652f335f42dbaba19643ee8b42fbe8e (diff) | |
| download | samba-df99c490db8c6edc76d368a1573ba938fda66aae.tar.gz samba-df99c490db8c6edc76d368a1573ba938fda66aae.tar.bz2 samba-df99c490db8c6edc76d368a1573ba938fda66aae.zip | |
Fix SGML/XML incompability before starting conversion to XML
(This used to be commit 1b5ad8a502a641f285b986c81216d7c5e5c33e79)
Diffstat (limited to 'docs/docbook/projdoc/unicode.sgml')
| -rw-r--r-- | docs/docbook/projdoc/unicode.sgml | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/docs/docbook/projdoc/unicode.sgml b/docs/docbook/projdoc/unicode.sgml index eaf9990dcb..2351668e56 100644 --- a/docs/docbook/projdoc/unicode.sgml +++ b/docs/docbook/projdoc/unicode.sgml @@ -109,20 +109,34 @@ filenames from CP850 to the iso8859-15 charset.</para> <sect1> <title>Japanese charsets</title> -<para>Samba doesn't work correctly with Japanese charsets yet. Here are points of attention when setting it up:</para> - -<simplelist> -<member>You should set <command>mangling method = hash</command></member> -<member>There are various iconv() implementations around and not all of -them work equally well. glibc2's iconv() has a critical problem in CP932. -libiconv-1.8 works with CP932 but still has some problems and does not -work with EUC-JP. </member> -<member>You should set <command>dos charset = CP932</command>, not Shift_JIS, SJIS...</member> -<member>Currently only <command>unix charset = CP932</command> will work (but still has some problems...) because of iconv() issues. <command>unix charset = EUC-JP</command> doesn't work well because of iconv() issues.</member> -<member>Currently Samba 3.0 does not support <command>unix charset = UTF8-MAC/CAP/HEX/JIS*</command></member> -</simplelist> +<para>Samba doesn't work correctly with Japanese charsets yet. Here are +points of attention when setting it up:</para> + +<itemizedlist> + +<listitem><para>You should set <command>mangling method = +hash</command></para></listitem> + +<listitem><para>There are various iconv() implementations around and not +all of them work equally well. glibc2's iconv() has a critical problem +in CP932. libiconv-1.8 works with CP932 but still has some problems and +does not work with EUC-JP.</para></listitem> + +<listitem><para>You should set <command>dos charset = CP932</command>, not +Shift_JIS, SJIS...</para></listitem> + +<listitem><para>Currently only <command>unix charset = CP932</command> +will work (but still has some problems...) because of iconv() issues. +<command>unix charset = EUC-JP</command> doesn't work well because of +iconv() issues.</para></listitem> + +<listitem><para>Currently Samba 3.0 does not support <command>unix charset += UTF8-MAC/CAP/HEX/JIS*</command></para></listitem> + +</itemizedlist> <para>More information (in Japanese) is available at: <ulink url="http://www.atmarkit.co.jp/flinux/special/samba3/samba3a.html">http://www.atmarkit.co.jp/flinux/special/samba3/samba3a.html</ulink>.</para> + </sect1> </chapter> |
