Martin Michlmayr schrieb:
* Christian Kujau <[EMAIL PROTECTED]> [2005-06-23 02:46]:

% echo $LANG - $LANGUAGE

gnaarf, you quoted the one line in my report, which wasn't right :-)
actually the output was/is:

% echo $LANG - $LANGUAGE
C -

I can reproduce this problem.  I'm at a conference right now, but I'll
send a patch next week.

the attached one-liner fixes it for me. i've tried with different values of LANG and LANGUAGE (set in env and in translate.conf), but perhaps i left out some combination....

thank you for your concern,
Christian.
--
BOFH excuse #433:

error: one bad user found in front of screen
--- translate-0.6-6/usr/bin/translate.orig      2005-06-24 14:39:01.000000000 
+0200
+++ translate-0.6-6/usr/bin/translate   2005-06-24 14:40:03.000000000 +0200
@@ -81,7 +81,7 @@ display ()
   if [ "$2" = "-n" ]; then
     OPT="-n"
   fi
-  echo $OPT "$1" | iconv -f UTF-8
+  echo $OPT "$1" | iconv -f ISO-8859-1 -t UTF-8
 }
 
 # If there is no $LOCDIR we should create one

Reply via email to