Android: Unicode/Charset problems when sending an SMS (sendTextMessage)

Ok, this seems to have been solved by simply using sendMultipartTextMessage instead of sendTextMessage for the messages.

Who would’ve thought… it kind of makes sense because unicode characters use more “space” than “normal” ones.

Leave a Comment