Re: [gentoo-user] [OT] Filenames with special characters (äöü€¶ ) on SMB share of Linkstation HD-HLAN250

2005-11-06 Thread Alexander Skwar
Hello!

Peter Ruskin schrieb:
 On Sunday 06 November 2005 09:59, Alexander Skwar wrote:
 How do I have to setup everything, so that I can use non-ASCII
 characters from every OS and that they show up correctly
 everywhere (ie. a ö has to be shown as ö everywhere and
 not as ö or  Â)?
 
 Try utf-8 instead of iso8859-15.

Where should I set this? You mean like this in fstab?

//HD/share  /HD/TESTsmbfs
noauto,credentials=/local/conf/hd-credentials,uid=guest,gid=users,fmask=0775,dmask=0775,workgroup=EUROPE,rw,lfs,iocharset=unicode,codepage=utf-8
 0 0

Same error. I mounted /HD/TEST with those options, and blöder
name still shows up as blöder name on Windows.

Or like this?

//HD/share  /HD/TESTsmbfs
noauto,credentials=/local/conf/hd-credentials,uid=guest,gid=users,fmask=0775,dmask=0775,workgroup=EUROPE,rw,lfs,iocharset=iso8859-15,codepage=utf8
 0 0

Still no go.

  I default to utf-8 and had to set 
 encoding to iso8859-15 in order to read your mail.

Sorry about the complications :(

Alexander Skwar
-- 
Nature abhors a vacuum
  -- Brian Behlendorf on OSS (Open Sources, 1999 O'Reilly and Associates)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Filenames with special characters (äöü€¶) on SMB share of Linkstation HD-HLAN250

2005-11-06 Thread Christoph Eckert

bash-2.05b$ touch äöüÄÖÜß\ name
bash-2.05b$ ls -l äöüÄÖÜß\ name
-rw-r--r--  1 ce users 0  6. Nov 13:49 äöüÄÖÜß name

bash-2.05b$ locale
[EMAIL PROTECTED]
LC_CTYPE=[EMAIL PROTECTED]
LC_NUMERIC=[EMAIL PROTECTED]
LC_TIME=[EMAIL PROTECTED]
LC_COLLATE=[EMAIL PROTECTED]
LC_MONETARY=[EMAIL PROTECTED]
LC_MESSAGES=[EMAIL PROTECTED]
LC_PAPER=[EMAIL PROTECTED]
LC_NAME=[EMAIL PROTECTED]
LC_ADDRESS=[EMAIL PROTECTED]
LC_TELEPHONE=[EMAIL PROTECTED]
LC_MEASUREMENT=[EMAIL PROTECTED]
LC_IDENTIFICATION=[EMAIL PROTECTED]
[EMAIL PROTECTED]


Gruß  best regards


ce





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Filenames with special characters (äöü€¶ ) on SMB share of Linkstation HD-HLAN250

2005-11-06 Thread Alexander Skwar
Christoph Eckert schrieb:
 bash-2.05b$ touch äöüÄÖÜß\ name
 bash-2.05b$ ls -l äöüÄÖÜß\ name
 -rw-r--r--  1 ce users 0  6. Nov 13:49 äöüÄÖÜß name
 
 bash-2.05b$ locale
 [EMAIL PROTECTED]

Yes. No UTF-8. What do you get, when you do the same
with UTF-8 on a Samba share?

Alexander Skwar
-- 
A bird in the hand is worth two in the bush.
-- Cervantes
-- 
gentoo-user@gentoo.org mailing list