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 convert it.  

You might find your message has a little square character at the beginning
and the rest is OK.  This will probably a Byte Order Mark (BOM).  I used
Python, which puts this in and I had explicitly remove it.  It looks like
you're using PHP and I don't know if that does it or not.

Hope this helps, good luck.

Franco

EDIT: I also used that coding (coding=2) but added charset=ucs-2
-- 
View this message in context: 
http://www.nabble.com/SMSC-tf4090512.html#a11645544
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to