You are obviously talking 7bit encoded messages, right?

All characters are encoding and counted as one character **except**
from the following characters:

~\[]{}|€

which take double space - i.e. count as two characters.

Does this help?


On Nov 7, 6:32 pm, nchin <[EMAIL PROTECTED]> wrote:
> I am using SMSSERVER and I understand that a big message will be sent
> out in multiparts. However I need to determine the big message will be
> broken into how many messages. I have checked the smssvr_out table but
> it does not give any clues how many parts a big message will be broken
> into.
>
> Is there a object method to get the no. of parts? If not, would it be
> correct if I simply divide the big message into 160 characters and
> round up the remainder, for example: -
>
> Big message = 321 character
> no. of parts = 321/160 = 3 parts
>
> Thank you very much in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib Users Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to