| Debian i18n: what is wrong here? Hi,
i supposely configured my debian etch for de_DE, but login into
a BSD server and opening a file with vi shows german characters
like \xfc \xe4 \xf6 etc.
What is missing?
------- Client machine: Etch ------------
# env
LC_MESSAGES=de_DE@euro
LANG=de_DE@euro
LC_CTYPE=de_DE@euro
# cat ~/.profile
export LANG="de_DE.ISO-8859-1"
SHELL=/bin/bash
# cat /etc/sysconfig/i18n
LANG="de_DE"
-------- server machine: FBSD -------------
# env
SHELL=/bin/csh
LC_MESSAGES=en_US.ISO8859-15
LESSCHARSET=latin1
Thanx for any tip ... |