Re: SMS Hebrew encoding

2006-07-04 Thread Levy, Chen
ביום שלישי 04 יולי 2006, 08:27, נכתב על ידי Omer Zak: On Tue, 2006-07-04 at 08:11 +0300, Levy, Chen wrote: 2. To send legally-formatted Hebrew SMS message, certain flags in the system parts of the message need to be correctly set for it to have 70 Unicode characters rather than 160

SMS Hebrew encoding

2006-07-03 Thread Levy, Chen
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 97250my-phone-number/$TMSG\nquit\n echo -ne $CMD |

Re: SMS Hebrew encoding

2006-07-03 Thread Omer Zak
My ideas: 1. Use a modern ICQ client (I use Kopete, but never tried to send SMS messages via ICQ). vicq is unsupported since 2002 or so. Or use the sendsms script. 2. To send legally-formatted Hebrew SMS message, certain flags in the system parts of the message need to be correctly set for it to

Re: SMS Hebrew encoding

2006-07-03 Thread Levy, Chen
ביום שלישי 04 יולי 2006, 07:39, נכתב על ידי Omer Zak: My ideas: 1. Use a modern ICQ client (I use Kopete, but never tried to send SMS messages via ICQ). vicq is unsupported since 2002 or so. Or use the sendsms script. I need it to run on a remote system where I have no root privileges, and