I am testing SME 6.5RC1 for i18n usage, and found the template system are giving worng setting by changing the "Dos Charset" and "Unix Charset" to pure number even if I have change the setting in "/etc/e-smith/templates/etc/smb.conf
" (I have change themn to "UTF8" in "11dosCharSet" & "11unixCharSet" but it turn out to become "850" after "expand-template /etc/smb.conf
")
I have test the system my hand edit the smb.conf file and change the setting :
mangling method = hash2
dos charset = UCS-2LE
unix charset = UTF8
display charset = UTF8
It just work fine, All multi-byte file name just show as what I wanted. But once the smb.conf is change (like setting a new ibay, all setting change back to the old one.)
To make SMe server to be use worldwide, the test on i18N is important, where the setting in Samba3 will need a lot of setting like UTF8, cp950, .... and I guess it is a problem in the template system.
any idea to fix it ? (Bug ID : 0000312)