RE: sending unicode

2002-05-16 Thread Oded Arbel
party thief asks what that switch does (as he pulls it)" > -Original Message- > From: Go Fast [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 8:38 PM > To: Oded Arbel > Cc: [EMAIL PROTECTED] > Subject: RE: sending unicode > > > thank you for rplay

RE: sending unicode

2002-05-15 Thread Go Fast
thank you for rplay this code id UCS2 %00%41%00%72%00%61%00%62%00%20%06%30%06%35%06%36 0041 A 0072 r 0061 a 0062 b 0020 space 0630 arabic character 0635 arabic character 0636 arabic character i get in my mobile ?A?r?a?b? ?0?5?6 and i'll try UTF-8 Regards, Sami --- Oded Arbel <[EMAIL P

RE: sending unicode

2002-05-15 Thread Oded Arbel
The coded characters in the URL you sent do not look like arabic characters - they looks like mostly english with a few characters that I do not recognize. I suggest you read up your unicode tables again. alternative will be to code your URL using utf-8 and then set charset=utf-8 in the URL, which