Commit eedb5764 authored by Fredrik Lundh's avatar Fredrik Lundh

unicode database compression, step 1:

- use unidb compression for the unicodedata module.  on Windows,
  the new unidatabase module is 120k, down from nearly 600k.
parent 2066fa02
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -30,4 +30,4 @@ extern const char *_PyUnicode_BidirectionalNames[21];
/* --- Unicode Database --------------------------------------------------- */
extern const _PyUnicode_DatabaseRecord *_PyUnicode_Database[16];
extern const _PyUnicode_DatabaseRecord *_PyUnicode_Database_GetRecord(int ch);
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