On Sat, 19 Jan 2002 [EMAIL PROTECTED] wrote:

> On 18-Jan-2002 Ilya Konstantinov wrote:
>
> > Step 1. Switch the running Konsole to UTF-8 mode.
> >
> > On Debian, that can be done by running "konsole-utf8 on" from inside the
> > shell (that'll need to be done for every shell you run, so you might as
> > well put it in your shell's startup file).
> >
> > Other distros might've placed this file under a different name ("rpm -ql
> > konsole | grep bin" might give you a clue about the installed Konsole
> > utilities).
>
> I feel reallystupid/frustrated - I couldn't find this or anythig that even
> looked similar on my system. I even tried downloading and re-installing kdebase.
> I spent over 2 hours on google, www.mandrake.com, and www.kde.org and still no
> luck. Could it be that this is Debian specific, or can some Mandrake user help
> me here?

Here is the script from a debian woody system:

#!/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

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to