Displaying IPA characters in Tkinter

Erik Max Francis max at alcyone.com
Tue Jun 17 03:11:36 EDT 2003


Mickel Grönroos wrote:

> 1. How do I display IPA (International Phonetic Alphabet) characters
> in
> Tkinter (labels, canvas text objects)? (I need to do this on
> Unix/Linux
> and Windows 2000/XP and was hoping that I would not need to install
> any
> new fonts.)
> 
> 2. How do I make my Tkinter application accept IPA characters as input
> in
> entry fields?

There are IPA glyphs in Unicode, but I don't know whether Tkinter
supports Unicode or not.

If all else fails, there are ASCII forms of IPA that you could
potentially use provided you had careful documentation.

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ God said:  "Let Newton be"; and all was light.
\__/  Alexander Pope




More information about the Python-list mailing list