From 2dabf69f5c31bea811fd7a17ecbdefb278fbd837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Wed, 28 Jun 2000 16:42:39 +0000 Subject: Marc-Andre Lemburg : Added new ucnhash module by Bill Tutt. --- Modules/Setup.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Setup.in b/Modules/Setup.in index 312ac2e..d59bfcb 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -139,6 +139,7 @@ _codecs _codecsmodule.c # access to the builtin codecs and codec registry unicodedata unicodedata.c unicodedatabase.c # static Unicode character database +ucnhash ucnhash.c # Unicode Character Name expansion hash table _locale _localemodule.c # access to ISO C locale support -- cgit v0.12