diff options
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 |