Reputation: 121
Where can I found out key codes for diacritics? Letters ā, č, ē, ģ, ī, ķ, ļ, ņ, š, ū, ž? I want to make a custom keyboard for latvian language with all Latvian alphabet.
Upvotes: 0
Views: 878
Reputation: 86
You can use this website. There is Quick Lookup on TopRight of webpage. If you put any characters what you want to know, it will tell you.
Upvotes: 0
Reputation: 26
You can implement it with 2 ways. The first is to pick the unicode, the second is combine regular with diacristics. check unicode mapping in WIKI
Upvotes: 0