**>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 will need to
submit the SMS with an encoding of "3" either through an HTTP_POST
header (X-Kannel-Coding: 3) or as a parameter in an HTTP_GET
(GET /cgi-bin/sendsms?coding=3&text=...)

See ya...

d.c.

Reply via email to