• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Problem with sms application in the 160 caracthers

hey there you guys

I don't know if this has been covered in the forum before but I could not find it
I have been having problems with my sms application, I tried handcent, gosms and some others but they still carry the same problem even the stock sms app does it also.

I live in France so for me accents like this
 
I'd email the dev to see if a French version will be forthcoming or I'd drop the accents to save characters.
Or...send many tiny messages.
:)
 
The issue is normal text messages send it with 7-bit encoding, using The 7 bit default alphabet

When you use a character that is not part of this alphabet it uses 16-bit encoding.

Quick math
7 bits/character x 160 characters/message =1120 bits/message
16 bits/character x 70 characters/message =1120 bits/message

A text can not be coded in both 7-bit and 16-bit, so if you use any character not in the 7-bit alphabet your message is shortened to 70 characters
 
Back
Top Bottom