Problem rendering indic fonts in Tkinter

varun embar varunembar at gmail.com
Mon Jun 9 04:41:37 EDT 2008


Hi,
I was trying to build a kannada word processor using tkinter.But i have some
problem rendering conjunct consonants.
For eg:-
a = Text(root)
a.insert(INSERT,unichr(0x0c95)+unichr(0x0ccd)+unichr(0x0c95))

this gives two separate consonants rather than one conjunct consonant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080609/f2c894b4/attachment.html>


More information about the Python-list mailing list