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