View Single Post
Old 02-10-2015, 01:32 AM   #11
mamado
Member
mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.
 
Posts: 15
Karma: 215014
Join Date: Feb 2015
Device: Kobo Aura
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.
mamado is offline   Reply With Quote