Help with Unicode? in Tkinter?

Emile van Sebille emile at fenx.com
Sun Sep 2 10:23:39 EDT 2001


Start with the PEP.  It has a list of references at the end.
    http://python.sourceforge.net/peps/pep-0100.html

Secret Labs originally contributed the Unicode string type to python.
    http://www.pythonware.com/products/python/unicode/index.htm

The Python/C API Reference Manual defines the current implementation.
    http://www.python.org/doc/2.0.1/api/unicodeObjects.html

The Internationalization-SIG ("i18n") home page is also a good starting
point.
    http://www.python.org/sigs/i18n-sig/

HTH,

--

Emile van Sebille
emile at fenx.com

---------
"Maan Hamze" <mmhamze at pleiades.net> wrote in message
news:adjk7.531849$lq1.108906367 at typhoon.austin.rr.com...
> Ignacio
> Do you know of any links on Unicode and Python.  I can not find any.
> Maan





More information about the Python-list mailing list