Kaydet (Commit) b2dfd73b authored tarafından Fredrik Lundh's avatar Fredrik Lundh

Unicode nits: Don't include unicodedatabase.h no more. And make sure

to build *all* tables in makeunicodedata.py.
üst 7b7dd107
......@@ -12,7 +12,6 @@
------------------------------------------------------------------------ */
#include "Python.h"
#include "unicodedatabase.h"
typedef struct {
const unsigned char category; /* index into
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment