diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-21 23:31:52 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-21 23:31:52 (GMT) |
commit | b2dfd73bdce7552e671520a14e4b5a72dc02ce12 (patch) | |
tree | bccee13e7c74039341fe6ec18a475ca7f91d540c /Tools | |
parent | 7b7dd107b3654926fb75215805d6c0c8a15bf89e (diff) | |
download | cpython-b2dfd73bdce7552e671520a14e4b5a72dc02ce12.zip cpython-b2dfd73bdce7552e671520a14e4b5a72dc02ce12.tar.gz cpython-b2dfd73bdce7552e671520a14e4b5a72dc02ce12.tar.bz2 |
Unicode nits: Don't include unicodedatabase.h no more. And make sure
to build *all* tables in makeunicodedata.py.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/unicode/makeunicodedata.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 33ae7d5..0eeb335 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -51,9 +51,9 @@ def maketables(trace=0): print len(filter(None, unicode.table)), "characters" - # makeunicodename(unicode, trace) + makeunicodename(unicode, trace) makeunicodedata(unicode, trace) - # makeunicodetype(unicode, trace) + makeunicodetype(unicode, trace) # -------------------------------------------------------------------- # unicode character properties |