Aboghazala / AwesomeTkinter

Pretty tkinter widgets
MIT License
104 stars 7 forks source link

diacritical marks does not display in widgets #11

Open MihoMahi opened 2 years ago

MihoMahi commented 2 years ago

when displaying Arabic text in widgets it works fine:

add_bidi_support(TxtEntry)
TxtEntry.set("ملف فاضي")

without_tashkeel

but if text contains some Tashkeel it fails:

add_bidi_support(TxtEntry)
TxtEntry.set("مَلفٌ فَاضِيٌ")

with_tashkeel

Aboghazala commented 2 years ago

@MihoMahi thanks for reporting unfortunately, there is no support for Tashkeel yet