Thanks Paul,

I now have to modify my question a bit:

1) I have the same codepage settings than you

2) No reboot, no additional software installation - but now a "touch ???" works 
and produces a file as expected.
To clarify, I'm logged in by a ssh session from a linux box.

3) Still I have the problem, that rsync is not able to write filenames 
(sychronizing from a Windows box) with spezial characters. As I know, this 
shoouldn't be a rsync problem - on a Linux box instead the solaris one it 
worked in the past...

Kind regards
Robert  

-----Urspr?ngliche Nachricht-----
Von: Paul Johnston [mailto:Paul.A.Johnston at manchester.ac.uk] 
Bereitgestellt: Mittwoch, 21. Januar 2009 22:28
Bereitgestellt in: opensolaris-help at compulab-consult.de
Unterhaltung: [osol-help] german characters on solaris/zfs
Betreff: Re: [osol-help] german characters on solaris/zfs


Paul Johnston wrote:
> opensolaris-help at compulab-consult.de wrote:
>   
>> Does anybody know how to setup solaris/zfs to be able to store 
>> special "german charaters"?
>> At the moment even a touch "???" doesn't work.
>>  
>> kind regards
>> Robert
>> ---------------------------------------------------------------------
>> ---
>>
>> _______________________________________________
>> opensolaris-help mailing list
>> opensolaris-help at opensolaris.org
>>     
> Sorry not German but (in case they get scrubbed the symbol is the 
> Norwegian a with a circle above it!)
>
> paulj at gbm6:~/programming/c$ touch ??.txt paulj at gbm6:~/programming/c$ 
> ls -l total 13
> -rw-r--r-- 1 paulj staff    0 2009-01-21 21:19 ??.txt
> -rw-r--r-- 1 paulj staff    4 2009-01-21 20:54 out.lis
> drwxr-xr-x 2 paulj staff    4 2009-01-07 20:43 pointers
> -rwxr-xr-x 1 paulj staff 8520 2009-01-21 20:47 writefile
> -rw-r--r-- 1 paulj staff  246 2009-01-21 20:49 writefile.c
>
> Regards Paul
> _______________________________________________
> opensolaris-help mailing list
> opensolaris-help at opensolaris.org
>   


Follow up installed the German input and:

paulj at gbm6:~/programming/c$ touch ????.txt paulj at gbm6:~/programming/c$ ls 
?l
ls: cannot access ?l: No such file or directory paulj at gbm6:~/programming/c$ 
ls -l total 14
-rw-r--r-- 1 paulj staff    0 2009-01-21 21:19 ??.txt
-rw-r--r-- 1 paulj staff    4 2009-01-21 20:54 out.lis
drwxr-xr-x 2 paulj staff    4 2009-01-07 20:43 pointers
-rw-r--r-- 1 paulj staff    0 2009-01-21 21:23 ????.txt

Obviously works! so what locale stuff have you installed?
Snip of env

DESKTOP_SESSION=gnome
LC_MESSAGES=en_US.UTF-8
GDM_XSERVER_LOCATION=local
PWD=/export/home/zfs/paulj/programming/c
LANG=en_US.UTF-8
GNOME_KEYRING_PID=651

GDM_LANG=en_US.UTF-8
GDMSESSION=gnome
SESSIONTYPE=1
SHLVL=1
HOME=/export/home/zfs/paulj
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
g_filename_encodi...@locale,UTF-8


The last looks interesting :-)

Paul


Reply via email to