[issue8024] upgrade to Unicode 5.2?

Florent Xicluna report at bugs.python.org
Mon Mar 15 15:15:31 CET 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

It is just a matter of running "makeunicodedata" affter changing "5.1" -> "5.2".

It generates the 3 db files:
 * Modules/unicodedata_db.h
 * Modules/unicodename_db.h
 * Objects/unicodetype_db.h

Then you adjust the "expectedchecksum" in "Lib/test/test_unicodedata.py".

I use UCD 5.2 since January, and everything works fine.

----------
stage: needs patch -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8024>
_______________________________________


More information about the Python-bugs-list mailing list