embedded system smbclient <--> japanese windows share?
David Wuertele
dave-gnus at bfnet.com
Tue Aug 24 19:09:22 GMT 2004
>> My applications already use UTF-8 for all internal string encoding and
>> to display Japanese text. What do I have to do to make these apps
>> able to read the SJIS filenames on my smbmount-ed Japanese shares?
> Try this:
> mount \
> -t smbfs \
> -o rw,iocharset=utf8,codepage=cp932,credentials=/etc/server.smbfs \
> //server/share \
> /mount-point
Works great!
More information about the samba-technical
mailing list