summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedatabase.h
Commit message (Collapse)AuthorAgeFilesLines
* unicodedatabase.[ch] are no longer used.Fredrik Lundh2001-01-221-1/+0
|
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-33/+1
|
* unicode database compression, step 2:Fredrik Lundh2000-09-251-6/+6
| | | | | | | | | | - 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...
* unicode database compression, step 1:Fredrik Lundh2000-09-241-1/+1
| | | | | - use unidb compression for the unicodedata module. on Windows, the new unidatabase module is 120k, down from nearly 600k.
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
| | | | | This is a notice without a date, which apparently is not a claim to copyright but only advice to the reader. IANAL. :-)
* Marc-Andre Lemburg: The large unicode database table is broken inGuido van Rossum2000-03-311-1/+1
| | | | | pages of 4k entries each. This should fix compiler problems on some platforms.
* Marc-Andre-Lemburg: The Unicode Database.Guido van Rossum2000-03-101-0/+33