Koozali.org: home of the SME Server

Enabling Chinese support on SME 5.5

William Lam

Enabling Chinese support on SME 5.5
« 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

C.K. Kung

Re: Enabling Chinese support on SME 5.5
« Reply #1 on: July 27, 2002, 12:01:23 AM »
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

Charlie Brady

Re: Enabling Chinese support on SME 5.5
« Reply #2 on: July 27, 2002, 12:18:34 AM »
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

C.K. Kung

Re: Enabling Chinese support on SME 5.5
« Reply #3 on: July 27, 2002, 12:48:10 AM »
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

guestHH

Re: Enabling Chinese support on SME 5.5
« Reply #4 on: July 27, 2002, 01:49:14 AM »
Hi,

I think that's the 'custom' way to do it. Anyway, this way and Charlie's advice will work.

Regards,
guestHH

William Wong

Re: Enabling Chinese support on SME 5.5
« Reply #5 on: July 28, 2002, 12:50:11 PM »
Hi,

Are these methods also apply to SME 5.0 and SME 5.1.2 ?

Thank you for your attention.


Rgds,


William