Hi,
check "locale" - try to set:
export LANG=C => yields "no codes"
export LANG=en_US => yields codes.
If you still get :
LANG=C
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
after "export LANG=en_US" and "locale", you are missing message filesets
for "en_US" (or whatever language you are using).
Reagards,
Uwe Auer