0

I would like to write ksh and sri using a Tamil keyboard. It would be greatly appreciated if someone could provide the ASCII value for both?

Thank you in advance

Patrick W. McMahon
  • 3,488
  • 1
  • 20
  • 31

2 Answers2

1

They don't have a ascii code, they aren't ascii letters. They do have a unicode value, which is what you need. The unicode charts for tamil are found here: http://en.wikipedia.org/wiki/Tamil_script I'd tell you the value, but I can't read it.

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127
  • i m making a tamil keyboard in android.. i've given the label of shri and ksha but what m i suppose to write in the 'android:codes="" ' field??? – Yash Luthra Jul 17 '14 at 07:23
0

Under android:codes you got to write the code of the character.

Example: Character - Code is U+0BE7

Convert the 0BE7 to decimal. The decimal value you get is to be put under the android:codes="3047"

misleading93
  • 33
  • 1
  • 8