Hello all
I have searched through goolge and on this site trying to figure this out with no success...
My goal is to set locale to en_US.UTF-8
Here is what I have going.
Linux my-box 2.6.18-4-amd64 #1 SMP Mon Mar 26 11:36:53 CEST 2007 x86_64 GNU/Linux
Debian 4.01 etch with some sid
Code:
# locale -a
C
POSIX
I set LC_ALL=C in /etc/environment it was en_US.UTF-8 and I continually got errors.
Code:
# locale
LANG=C
LANGUAGE=en_US:en_GB
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C
I have no directory /usr/share/i18n
Code:
# localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
character map file `UTF-8' not found: No such file or directory
cannot read character map directory `/usr/share/i18n/charmaps': No such file or directory
Not sure where to go from here?