I believe SMS does support UTF-16 encoding. I would suggest analyzing the actual bits of the improperly received message. If you are getting spaces (0x20), then likely you've forced 7-bit-only encoding in your code. A code or data sample would be helpful.
On Tue, Dec 29, 2009 at 1:02 AM, andu <[email protected]> wrote: > How are you all? > > > I am developing application for android phone. Currently I am testing > my system in the emulator. In my application, I want to send unicode > character (Amharic language character) via SMS to the other emulator > instance. But in the receiver side, the message is not viewed > properly. I think the problem is some character encoding related > problem. > > In addition similar problem happens for texts which are queried for > the sqlite database. that is when I send a query result via SMS the > same problem occurs. Please help me. > > Sorry for posting the same message again. Please help me. > > Thank you > > Andu. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

