Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: William Lam on July 26, 2002, 11:27:06 PM
-
Hi!
Can someone tell me how to support Chinese file name in the i-bays under SME 5.5???
do I need to recompile anything??? I've tried to changed the smb.conf templates but it's not working
Thanks
-
kung wrote:
I change the /etc/smb.conf file
client code page = 850 --> to 950
and disable character set
it's work for me.
case sensitive = no
# character set = ISO8859-1
client code page = 950
-
C.K. Kung wrote:
> I change the /etc/smb.conf file
>
> client code page = 850 --> to 950
> and disable character set
> it's work for me.
Your changes will be lost next time you add/modify/delete a user,group, print, i-bay etc. Instead you should:
/sbin/e-smith/db configuration setprop smb ClientCodePage 950
/sbin/e-smith/signal-event console-save
Charlie
-
kung wrote:
Thanks your example.
I don't know how to use "/sbin/e-smith/db" & "/sbin/e-smith/signal-event". where has doc with inside command line function.
I am using:
mkdir -p /etc/e-smith/template-custom/etc/smb.conf
cp /etc/e-smith/template/etc/smb.conf/11characterSet /etc/e-smith/template-custom/etc/smb.conf
cp /etc/e-smith/template/etc/smb.conf/11clientCodePage /etc/e-smith/template-custom/etc/smb.conf
modify above two files then
/sbin/e-smith/expand-template etc/smb.conf
-
Hi,
I think that's the 'custom' way to do it. Anyway, this way and Charlie's advice will work.
Regards,
guestHH
-
Hi,
Are these methods also apply to SME 5.0 and SME 5.1.2 ?
Thank you for your attention.
Rgds,
William