I am trying to display the above two Hindi characters "क्ष, त्र" in the text editing area. These characters are a combination of three unicode characters. For eg: In order to display number 9, I use hte following in the xml file : <Key android:codes="57" android:keyLabel="9"/>
"क्ष" character is a combination of three unicodes --> 0915 094D 0937 How should the xml file be modified in order to display the above two hindi characters ? How can I use three unicode values in android:codes in the text editing area ? Regards, -- 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

