]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
unicode database compression, step 2:
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 25 Sep 2000 08:07:06 +0000 (08:07 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 25 Sep 2000 08:07:06 +0000 (08:07 +0000)
commitcfcea4921865a922744dc168dde5eaccde8fe50b
tree9f7e75ab875cf3d9115cbef22ee68dd2cb562fda
parent2101348830ff0d65cebd4caf886011f45bcc7618
unicode database compression, step 2:

- fixed attributions
- moved decomposition data to a separate table, in preparation
  for step 3 (which won't happen before 2.0 final, promise!)
- use relative paths in the generator script

I have a lot more stuff in the works for 2.1, but let's leave
that for another day...
Modules/unicodedata.c
Modules/unicodedata_db.h
Modules/unicodedatabase.c
Modules/unicodedatabase.h
Tools/unicode/makeunicodedata.py