On 19-Jan-2002 Tzafrir Cohen wrote: > 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 >
THANKS - yes I'm hollering, but out of *joy** - not anger :-). This works - I can now finally see Hebrew in Konsole - the font is ugly but who cares. Strangely enough, when I try sending the Hebrew SMS, I get an error message from Nadav's script: Send failed because phone 058522264 does not support Hebrew SMSs. This is not true - the phone **does** support Hebrew. I looked at the Perl code in the script, but don't see the problem. BTW - I get the same error message whether I use iconv as Ilya suggested, or use the konsole utf8 output directly. //------------------------- Shlomo Solomon E-Mail: [EMAIL PROTECTED] http://come.to/shlomo.solomon Date: 19-Jan-2002 Time: 20:32:19 Message sent by XFMail on a LINUX Mandrake 8.1 machine //------------------------- ================================================================= 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]