Quantcast
Channel: Active questions tagged utf-8 - Stack Overflow
Viewing all articles
Browse latest Browse all 1165

Combine more than one Unicode characters to form another new character like Glyph or Conjunct in Android Studio

$
0
0

I am trying to create a keyboard in my native language where some characters are formed by combination of other characters. Here is the code snippet that I have tried

<Key        android:codes="0x91C,0x094D,0x091E"        android:keyLabel="ज्ञ" /><Key        android:codes="0x915,0x094D,0x937"        android:keyLabel="क्ष" /><Key        android:codes="0x936,0x094D,0x930"        android:keyLabel="श्र" />

In the first example 0x91C = ज,0x094D = ् ,0x091E = ञ; I tried with + between Unicode's, and without having any as well. Is there any correct syntax or code I need to update here.


Viewing all articles
Browse latest Browse all 1165

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>