summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedatabase.h
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2000-09-24 21:28:28 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2000-09-24 21:28:28 (GMT)
commiteedb5764a51ce4f18c2505ecad9c55d18be22961 (patch)
tree306febaba5274f2faf64b1176f3be20b6a3dfc84 /Modules/unicodedatabase.h
parent2066fa023cb1c141f434c922c34e4b910c01d49b (diff)
downloadcpython-eedb5764a51ce4f18c2505ecad9c55d18be22961.zip
cpython-eedb5764a51ce4f18c2505ecad9c55d18be22961.tar.gz
cpython-eedb5764a51ce4f18c2505ecad9c55d18be22961.tar.bz2
unicode database compression, step 1:
- use unidb compression for the unicodedata module. on Windows, the new unidatabase module is 120k, down from nearly 600k.
Diffstat (limited to 'Modules/unicodedatabase.h')
-rw-r--r--Modules/unicodedatabase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedatabase.h b/Modules/unicodedatabase.h
index b4bc1c6..adba9ca 100644
--- a/Modules/unicodedatabase.h
+++ b/Modules/unicodedatabase.h
@@ -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);