Hello developpers.

I am suffering sending CJK(Chinese, Japanese, Korean) text using SMS.
I copy&paseted following code in my code.

       SmsManager sms=SmsManager.getDefault();
       sms.sendTextMessage("xxxxxxxxx", null, "한글test", null, null);

It works when I send english text only.
But when I send CJK text, it returned empty text.
Above code gave me, "test" only.

I have tested two G1 phone, mine and my wife's.

I saw aPowerSms can send Chinese text SMS, how can I do the same thing for
Korean.
Any response would be appreciated.

Thank in advance.

Jay

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to