Quote:
Originally Posted by mamado
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.
|
I think most of the replacement values are the UTF-16 characters, but there is some other things too. I've never tried this patch, and I don't read either Cyrillic or Arabic, so I think the only way to work it out is to enable the Cyrillic keyboard patch and see which characters need to be replaced.
Edit: Or are they UTF-8? Anyway, that is the area I don't know about, I never knew anything but ASCII until very recently, so you can probably work it out better than I can.