How are you I would like to thank you for your support. I get some code that enables me to send unicode character. I get it for the following site
http://since2006.com/blog/android-send-unicode-message/# It may help others. Thank you again Andu On Jan 25, 10:58 pm, Frank Weiss <fewe...@gmail.com> wrote: > Howdy. I didn't think the missing fonts would solve the problem, but I think > they're ultimately necessary. If you try a latin character, chances are you > will get the same reuslt, but I would try it to make sure. I still think the > problem is either in how the messages are being sent or possibly a > limitiation of the carrier. Unfortunately, I'm not coding an SMS > application, which would allow me to help you better. > > Can you check the PDU metadata and see if the message is being restricted to > 7-bit or 8-bit instead of UCS-16? You can find more technical details on the > web, but here's some info I found on a quick > search:http://communication.howstuffworks.com/framed.htm?parent=sms.htm&url=... > Note > especially the "TP-DCS" field (follow the "data coding scheme" link. Bits 3 > and 2 define the character coding. I suspect you'll see either 00 or 01, > which would explain why the U+1200, etc., characters you are trying to send > are reduced to U+0020. I think you should expect bits 3 and 2 to be 10 for > UCS2 (16-bit). I wish I could give you a more definite answer, but this is > the best I can do without actually coding an SMS application myself. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en