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
i'm assuming your code is PHP, but I used the following to send Chinese messages from PHP 5, and it worked great. [note: I work hard to keep all our code and text in UTF-8 format internally]: $url = '/cgi-bin/sendsms?username=' . KANNEL_USER_NAME . 'password=' .

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
Thanks msrinivas. I'm using Kannel 1.4.0. I changed the coding=2 and it works on both chinese or english or mixed. - Original Message - From: msrinivas [EMAIL PROTECTED] To: 'Yip Kwok Fai' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 3:30 PM Subject: RE: Chinese

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

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