Inserting Unicode chars in Entry widget

Alan Graham alan.l.graham at gmail.com
Sat Dec 29 11:43:37 EST 2012


Hello Python experts,

I want to insert Unicode chars in an Entry widget by pushing on buttons;
one for each Unicode character I need. I have made the Unicode buttons.
I just need a simple function that will send the Unicode character to
the Entry widget.
Is there a better approach?

Alan



More information about the Python-list mailing list