Hi, List. I am trying to use vicq to send myself a Hebrew SMS message.
my $LANG is en_US.UTF-8 my phone is a Samsung 620 with Pelephone I use a script such as: - - - #!/bin/bash MSG=$@ TMSG=$(echo $MSG | iconv -f utf8 -t <encoding>) CMD="sms 97250<my-phone-number>/$TMSG\nquit\n" echo -ne $CMD | ./vicq - - - I already tried: - - - * utf8 (not using the iconv at all): "*עברית*" -> hChCEhVhC* Actually, it gave my phone a new feature. I can now hang it simply by viewing that message. The phone back light stay on, and the phone get no input for about 60 seconds, and then it shut off, without the little annoying animation. * ISO88598: "*עברית*" -> *tbshj'* * unicode: "*עברית שפה קשה* -> jaju*v S i Sch k j d F z J F * - - - Ideas? Cheers, Chen. ================================================================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]
