简体   繁体   English

在泰米尔语键盘中写sri的ascii代码

[英]Ascii code to write sri in tamil keyboard in android

I would like to write ksh and sri using a Tamil keyboard. 我想使用泰米尔语键盘写kshsri It would be greatly appreciated if someone could provide the ASCII value for both? 如果有人可以为两者提供ASCII值,将不胜感激?

Thank you in advance 先感谢您

They don't have a ascii code, they aren't ascii letters. 他们没有ASCII码,不是ASCII字母。 They do have a unicode value, which is what you need. 它们确实具有unicode值,这是您所需要的。 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. 泰米尔语的unicode图表可在以下位置找到: http : //en.wikipedia.org/wiki/Tamil_script我想告诉您该值,但我看不懂。

Under android:codes you got to write the code of the character. android:codes您必须编写字符的代码。

Example: Character - Code is U+0BE7 示例:字符代码为U+0BE7

Convert the 0BE7 to decimal. 0BE7转换为十进制。 The decimal value you get is to be put under the android:codes="3047" 您获得的十进制值将放在android:codes="3047"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM