View Single Post
Old 05-02-2006   #10 (permalink)
wiese
New on Forum
 
Join Date: Feb 2006
Location: Moldova
Posts: 5
Re: [Solved] Nero doesn't burn files with german umlaut "ö"

Quote:
Originally Posted by wiese
How to change permanently to UTF-8 ? Everytime it change back to POSIX.
Better first ask the bestfriend Google before make a stupid post in a forum ;-)


Solution for Gentoo Linux:

create a file /etc/env.d/02locale with content:
LANG="en_US.utf8"
LC_ALL="${LANG}"

then run commands:

# env-update
# source /etc/profile


done
wiese is offline   Reply With Quote