On 25 Mar 2003 09:06:12 +0000
Erwien Samantha Y <[EMAIL PROTECTED]> wrote:

> Dear All ..,
> 
> I'm using kannel 1.3.1 and connect to SMSC (SMPP 3.4) and it's work
> i can send message now via kannel.
> But i didn't find how to send message if i type unicode message.
> please let me know how to send unicode message via kannel.
> 
> thanks.
> 
> 

the to-do (snipped from Oded Arbel mail):

The character set in which the message is sent to the smsbox is set by using the 
'charset' parameter, and can be any character set supported by libxml2 (both types you 
mentioned are supported). 

The valid values for the 'coding' parameter are 
0 for "don't care"
1 for "7 bit only", which means any character supported by the GSM character set is ok.
2 for "8 bit data" which means iso-8859-1 for text messages
3 for "unicode" which converts the message to UCS-2 before sending.

Kannel will then convert the message from the character set described in 'charset' to 
the the character set described in 'coding' before delivery.


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO "Mobicom-Kavkaz"

Reply via email to