[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing multi-lingual terminal applications




On Mon, Mar 26, 2001 at 05:54:50PM +0200, Tzafrir Cohen wrote:
> I don't have a good experince with konsole. I could never get it to
> display:
> 
>   konsole --help
> 
> properly :(
> 
> (from within bash in konsole)
> 
> (I have iso10646-1 fonts which I successfuly used for the user interface
> of the same konsole). But my version of kde ir relativly ancient.

Try:
LANG=he_IL.utf-8 konsole --help

Not very trivial, eh?

BTW, to switch the konsole into UTF-8 mode, you might need to use
utf8.sh.

-- 
Best regards,
Ilya Konstantinov

-- Attached file included as plaintext by Listar --

#!/bin/bash --
#
# Switch utf-8 mode
#
#-------------------------------------------------------------------------

case $1 in
  on) echo $'\033%G'"UTF-8 on";;
  off) echo $'\033%@'"UTF-8 off";;
  *) echo "usage: $0 [on|off]";;
esac


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il