
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] smbfs & kana/kanji
On Sun, 2003-08-03 at 11:14, simon colston wrote:
> On 03 Aug 2003 01:36:11 +0900
> Edward Middleton <edwardmiddleton@example.com> wrote:
>
> > I will try to explain how to get Japanese samba shares working.
> >
>
> Thanks Edward, you're post inspired me to have a go at this. I can now
> see Japanese when using the linux box as the server and the windows box
> as the client. However, it doesn't work the other way around (Windows =
> server, Linux = client). I think the OP was also about this. Any
> further help much appreciated.
don't know for smbclient but for smbmount.
from the smbmount manual.
iocharset=<arg>
sets the charset used by the Linux side for codepage to charset
translations (NLS). Argument should be the name of a charset,
like iso8859-1. (Note: only kernel 2.4.0 or later)
codepage=<arg>
sets the codepage the server uses. See the iocharset option.
Example value cp850. (Note: only kernel 2.4.0 or later)
so you would use
#mount -t smbfs -o codepage=cp932,iocharset=utf8
I got this from the Japanese samba mailing list but there example used
euc
http://www.samba.gr.jp/ml/samba-jp/htdocs/200207.month/13048.html
Edward Middleton
Home |
Main Index |
Thread Index