Chinese SMS

2007-07-17 Thread Peter Lum
Hi I have tried as many times and as many possibilities and still I can't get it. Just how to send chinese SMS? I kept getting garbage English is ok. I use coding=2 I use $ucs2text = mysql_iconv($in_msg, 'utf-8', 'ucs2' ); to convert to ucs2 I use urlencode( $ucs2text ) before

Re: Chinese SMS

2007-07-17 Thread [EMAIL PROTECTED]
Hi, Have you tried to print the result out? VIA browser maybe? Is it print the correct chinese text? Regards Willy On Tue, 2007-07-17 at 16:07 +0800, Peter Lum wrote: Hi I have tried as many times and as many possibilities and still I can't get it. Just how to send chinese SMS? I kept

Re: Chinese SMS

2007-07-17 Thread Marc Wan
mobile phone providers (China Mobilecom provides the SIM card for our outgoing modem). marc. On 7/17/07, Peter Lum [EMAIL PROTECTED] wrote: Hi I have tried as many times and as many possibilities and still I can't get it. Just how to send chinese SMS? I kept getting garbage English

Re: Chinese SMS

2007-07-17 Thread Franco Mattarini
Hello Peter I've managed to do this after trying for a little while. I sent the messages as Unicode (UCS2). UCS2 is a double byte character encoding, whereas UTF-8 is a single byte one. UTF-16 is also double byte and I found that when I converted it to UTF-16 first, kannel could properly

RE: Chinese SMS

2007-07-17 Thread Peter Lum
: Franco Mattarini [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 10:16 PM To: users@kannel.org Subject: Re: Chinese SMS Hello Peter I've managed to do this after trying for a little while. I sent the messages as Unicode (UCS2). UCS2 is a double byte character encoding, whereas UTF-8

Re: Chinese SMS

2007-07-17 Thread Marc Wan
- From: Franco Mattarini [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 10:16 PM To: users@kannel.org Subject: Re: Chinese SMS Hello Peter I've managed to do this after trying for a little while. I sent the messages as Unicode (UCS2). UCS2 is a double byte character encoding, whereas

RE: Chinese SMS

2007-07-17 Thread Peter Lum
: Franco Mattarini; users@kannel.org Subject: Re: Chinese SMS i wrote an article on exactly how i got chinese SMSes running on a local server here: http://chipmunkninja.com/article/kannelsetup Your code looks ALMOST the same as mine, except for that mysql_iconv function call -- why not just

Re: Chinese SMS

2004-12-14 Thread Simon
SMS Hi Simon, You can send the chinese sms message in the following way http://localhost:12345/cgi-bin/sendsms?username=upassword=pto=91239123tex t=%a4%a4%a4%e5coding=3charset=utf-8 The data for the text parameter should be in utf-8. let me know if you have any problems. Thanks, Srinivasa Rao

Re: Chinese SMS

2004-12-03 Thread Davy Chan
**From: Simon [EMAIL PROTECTED] **To: Davy Chan [EMAIL PROTECTED], Guillaume Cottenceau [EMAIL PROTECTED] **Cc: [EMAIL PROTECTED] **Subject: Re: Chinese SMS **Date: Thu, 2 Dec 2004 21:13:39 +0800 ** **This is an artifact of the GREAT MIGRATION FROM 0 MEANING UNDEFINED **awhile back. Kannel up

Re: Chinese SMS

2004-12-02 Thread Simon
This is an artifact of the GREAT MIGRATION FROM 0 MEANING UNDEFINED awhile back. Kannel up to v1.3.2 did not have a clear definintion of what to put into parameters (like Coding, MWI, RPI, MClass, etc). Some used zero to represent undefined values but zero could be a value for some parameters

Re: Chinese SMS

2004-12-01 Thread Davy Chan
**To: Davy Chan [EMAIL PROTECTED] **Cc: Yip Kwok Fai [EMAIL PROTECTED], [EMAIL PROTECTED] **Subject: Re: Chinese SMS **From: Guillaume Cottenceau [EMAIL PROTECTED] **Date: 01 Dec 2004 12:03:18 +0100 **In-Reply-To: [EMAIL PROTECTED] **User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 ** **Davy Chan

Chinese SMS

2004-11-30 Thread Yip Kwok Fai
Dear all, How can I send Chinese SMS through web interface ? Is there any encoding required ? Thank you very much. Simon

Re: Chinese SMS

2004-11-30 Thread Davy Chan
**From: Yip Kwok Fai [EMAIL PROTECTED] **To: [EMAIL PROTECTED] **Subject: Chinese SMS **Date: Wed, 1 Dec 2004 13:18:13 +0800 ** **How can I send Chinese SMS through web interface ? Is there any encoding **required ? **Thank you very much. Chinese characters requires double-byte support. You

Re: Chinese SMS

2004-11-30 Thread Steven Mak
Hi, As further information, the message should be encoded as UCS2 encoding. Regards, Steven --- Davy Chan [EMAIL PROTECTED] wrote: **From: Yip Kwok Fai [EMAIL PROTECTED] **To: [EMAIL PROTECTED] **Subject: Chinese SMS **Date: Wed, 1 Dec 2004 13:18:13 +0800 ** **How can I send Chinese SMS