From ee88b8214e8ac65a0e60aca244486db78c950ece Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Apr 2003 14:59:58 +0000 Subject: Regenerate docs (This used to be commit 4f1865f7c234f3f4a7f5dba19db4a5d139db5a48) --- docs/htmldocs/unicode.html | 81 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 75 insertions(+), 6 deletions(-) (limited to 'docs/htmldocs/unicode.html') diff --git a/docs/htmldocs/unicode.html b/docs/htmldocs/unicode.html index 89a70cbee8..d11c9e1c34 100644 --- a/docs/htmldocs/unicode.html +++ b/docs/htmldocs/unicode.html @@ -84,19 +84,24 @@ CLASS="TOC" >
26.1. What are charsets and unicode?
26.2. Samba and charsets
26.3. Conversion from old names
26.4. Japanese charsets

26.1. What are charsets and unicode?

26.2. Samba and charsets

26.3. Conversion from old names

26.4. 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.