From a4c20fc76b3fd2f1f7f0322b5b6d4520d6a95ebe Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 17 Apr 2003 19:56:52 +0000 Subject: Add notes on Japanese charsets from Monyo (This used to be commit 571e14bd07148d95e3e83167e83362bec0502d55) --- docs/docbook/projdoc/unicode.sgml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'docs/docbook/projdoc/unicode.sgml') diff --git a/docs/docbook/projdoc/unicode.sgml b/docs/docbook/projdoc/unicode.sgml index 2f794aadc2..42d2e1d50f 100644 --- a/docs/docbook/projdoc/unicode.sgml +++ b/docs/docbook/projdoc/unicode.sgml @@ -1,6 +1,12 @@ &author.jelmer; + + TAKAHASHIMotonobu + +
monyo@home.monyo.com
+
+
25 March 2003
@@ -99,4 +105,24 @@ filenames from CP850 to the iso8859-15 charset. + + +Japanese charsets + +Samba doesn't work correctly with Japanese charsets yet. Here are points of attention when setting it up: + + +You should set mangling method = hash +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. +You should set dos charset = CP932, not Shift_JIS, SJIS... +Currently only unix charset = CP932 will work (but still has some problems...) because of iconv() issues. unix charset = EUC-JP doesn't work well because of iconv() issues. +Currently Samba 3.0 does not support unix charset = UTF8-MAC/CAP/HEX/JIS* + + +More information (in Japanese) is available at: http://www.atmarkit.co.jp/flinux/special/samba3/samba3a.html. + +
-- cgit