On Tue, Feb 9, 2010 at 7:58 AM, <[email protected]> wrote: > Try to use charset=utf-8&coding=2
This is a bad solution, because if you use unicode the payload of the message (in number of characters) is much lower. For sending @ character you don't need unicode encoding. If you want to send @ character try sending %00 or %40 depending on your alt-dcs parameter setting in the smsc group %00 - if you use gsm 03.38 character set %40 - if you use ascii BR, Jovan
