On Sat, 2011-11-19 at 16:45, afshin afzali wrote: > I'm using GSM Modem to send SMS. To send unicode messages I use > charset=UTF-8 and coding=2. My problem is that I could not be able to send > messages over 70 characters (unicode). > Appreciate all comments !
UTF-8 use two bytes (octets) for single character. 70*2=140 i.e. near maximum characters in one SMS. -- Kind regards, Milan -------------------------------------------------- Arvanta, IT Security http://www.arvanta.net Please do not send me e-mail containing HTML code or documents in proprietary format (word, excel, pps and so on)
