]> granicus.if.org Git - python/commit
unicode database compression, step 1:
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 24 Sep 2000 21:28:28 +0000 (21:28 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 24 Sep 2000 21:28:28 +0000 (21:28 +0000)
commiteedb5764a51ce4f18c2505ecad9c55d18be22961
tree306febaba5274f2faf64b1176f3be20b6a3dfc84
parent2066fa023cb1c141f434c922c34e4b910c01d49b
unicode database compression, step 1:

- use unidb compression for the unicodedata module.  on Windows,
  the new unidatabase module is 120k, down from nearly 600k.
Modules/unicodedata_db.h [new file with mode: 0644]
Modules/unicodedatabase.c
Modules/unicodedatabase.h