unicode database compression, step 1:

- use unidb compression for the unicodedata module.  on Windows,
  the new unidatabase module is 120k, down from nearly 600k.
This commit is contained in:
Fredrik Lundh 2000-09-24 21:28:28 +00:00
parent 2066fa023c
commit eedb5764a5
3 changed files with 4396 additions and 65713 deletions

4380
Modules/unicodedata_db.h Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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);