diff options
author | bwarsaw <> | 2003-12-30 04:47:45 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-30 04:47:45 +0000 |
commit | 9ae689d892756a6a5bd18ac044d927890ca17764 (patch) | |
tree | ff1e80a34aba557a8ccf5a2ac69f700b0ac12197 /misc/Makefile.in | |
parent | f779db67ef1f6ef58d42d4a0bedfc70faf1fdb4b (diff) | |
download | mailman2-9ae689d892756a6a5bd18ac044d927890ca17764.tar.gz mailman2-9ae689d892756a6a5bd18ac044d927890ca17764.tar.xz mailman2-9ae689d892756a6a5bd18ac044d927890ca17764.zip |
Backing out the switch to cjkcodecs. There were too many problems
with this including
- couldn't get correct, backwards compatible, working fixes into Python in time
- some controversy over whether cjkcodecs are best for Japanese.
As we're running out of time, we'll keep the status quo from Mailman
2.1.3 here.
Diffstat (limited to '')
-rw-r--r-- | misc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 30696447..f2314c4d 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -53,9 +53,10 @@ SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS) PKGDIR= $(srcdir) EMAILPKG= email-2.5.4 -CJKCODECSPKG= cjkcodecs-1.0.2 +JACODECSPKG= JapaneseCodecs-1.4.10 +KOCODECSPKG= KoreanCodecs-2.0.5 -PACKAGES= $(EMAILPKG) $(CJKCODECSPKG) +PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG) # Modes for directories and executables created by the install # process. Default to group-writable directories but |