Paul Johnston wrote: > [email protected] 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 >> [email protected] >> > Sorry not German but (in case they get scrubbed the symbol is the > Norwegian a with a circle above it!) > > pa...@gbm6:~/programming/c$ touch åå.txt > pa...@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 > [email protected] >
Follow up installed the German input and: pa...@gbm6:~/programming/c$ touch üüäö.txt pa...@gbm6:~/programming/c$ ls ßl ls: cannot access ßl: No such file or directory pa...@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 _______________________________________________ opensolaris-help mailing list [email protected]
