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 have 70
Unicode characters rather than 160 Latin characters.  vicq probably does
not have those flags correctly set.  I do not have vicq on my PC (it is
supposed to be a Perl script), so I did not check this.
                                         --- Omer

On Tue, 2006-07-04 at 07:05 +0300, Levy, Chen wrote:
> 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?

-- 
May the holy trinity of  $_, @_ and %_ be hallowed.
My own blog is at http://tddpirate.livejournal.com/

My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


=================================================================
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