HD Install :: Locale
How can I add locales?
I tried with synaptic but it didn't work. I need to use the ISO-8859-1 locale (specifically norway) so that I'll get unicode support for filenames in java.
I was finally able to solve this problem.
Here's how to do it:
> get /usr/share/i18n from knoppix (I started knoppix and transfered to my samba share on DSL)
> mkdir /usr/lib/locale (needed this or localedef wouldn't complete succesfully)
> localedef -c -v -i en_GB -f ISO-8859-1 en_GB (this gives me unicode so I am happy)
> LANG=en_GB.ISO-8859-1
It works but there are some warnings with localedef... that is why I use the -c option. I hope someone can help me with those...
original here.