unicode "table of character" implementation in python

Nicolas Pontoizeau nicolas at pontoizeau.org
Tue Aug 22 11:59:01 EDT 2006


2006/8/22, Brian Beck <exogen at gmail.com>:
> Nicolas, check out the unicodedata module:
> http://docs.python.org/lib/module-unicodedata.html
>
> Find "import unicodedata" on this page for how to use it:
> http://www.amk.ca/python/howto/unicode
>
> I'm not sure if it has built-in support for finding which language block a
> character is in, but a table like this might help you:
> http://www.unicode.org/Public/UNIDATA/Blocks.txt

As usual, Python has a solution that goes beyond my needs!
Thanks for the links I will dive into it.

Nicolas

-- 
http://www.nicolas.pontoizeau.org/
Nicolas Pontoizeau - Promotion EFREI 2005



More information about the Python-list mailing list