Bugzilla – Bug 149013
uncommented language settings in /home/user/.profile break utf-8 encoding
Last modified: 2006-02-09 15:52:38 UTC
The standard .profile in the home directories contains the following: # Most applications support several languages for their output. # To make use of this feature, simply uncomment one of the lines below or # add your own one (see /usr/share/locale/locale.alias for more codes) # #export LANG=de_DE@euro # uncomment this line for German output #export LANG=fr_FR@euro # uncomment this line for French output #export LANG=es_ES@euro # uncomment this line for Spanish output When I uncomment the line for spanish output, then ISO-8859-15 is used as encoding, instead of UTF8 which is used in the file system, resulting in problems with the file names. Now I use the following line instead: export LANG=es_ES.UTF-8 # uncomment this line for Spanish output This should be also in the standard .profile!
Mike, what do you suggest?
The user is right, we should use UTF-8 in the examples as well.
Already fixed by Werner Fink <werner@suse.de>.
Fixed for 10.1: * 水 11月 23 2005 - werner@suse.de - Use UTF-8 examples in template of skeleton profile (bug #116865) - Use english comments in template of skeleton exrc (bug #116867)
*** This bug has been marked as a duplicate of 116865 ***