Quote:
Originally Posted by GeoffR
Russian users had a similar problem with the keyboard not supporting Cyrillic, and they were able to make a patch to add Cyrillic characters to the keyboard. It might be possible to do this for Arabic too, but it probably requires someone who knows both Arabic and how to create patches.
|
I think you are talking about the patch titled patch_name = `Cyrillic keyboard`
from what I see in the patches, they work by replacing words in hex, and this one in particular seems to replace ASCII characters C3 xx with D[0|1] xx
If you can give me a list of which character is which in the C3 list, and how to know the hex for an arabic character (is it the hex of the unicode value?) I can give it a try.
Thanks again.