Quote:
Code:
# Replace layout sign
replace_string = 112AAA8, `ÉÀÇ`, `абв`
# Change keyboard layout
replace_utf8chars = 112AE60, `æàèìòùáéíóúý`, `йцукенгшщзхъ`
replace_utf8chars = 112AE90, `œâêîôûäëïöüÿ`, `фывапролджэё`
replace_utf8chars = 112AEC0, `ãñõåßçđøijł`, `ячсмитьбю.`
|
Code:
`абв` -> `ع`
`йцукенгшщзхъ` -> `دجحخهعغفقثصذ`
`фывапролджэё` -> `طكمنتالبيسشض`
`ячсмитьбю.` -> `ظزوةىرؤءئ.`
Note that there are different shapes for characters depending on whether they are in the beginning or middle of a word, I hope that it all translates to a single hex, and the font handles that, but I am not sure.
Thanks a lot for your help.