Message3306

Author pjenvey
Recipients pjenvey
Date 2008-06-26.00:04:02
SpamBayes Score 0.014627149
Marked as misclassified No
Message-id <1214438644.13.0.639453423449.issue1066@psf.upfronthosting.co.za>
In-reply-to
Content
CPython 2.4 included the CJKCodecs package: http://cjkpython.i18n.org/

which provides codecs for chinese/japanese/korean etc charsets, 
implemented in C.

The lack of these codecs causes these tests to fail:

+        test_codecencodings_cn
+        test_codecencodings_hk
+        test_codecencodings_jp
+        test_codecencodings_kr
+        test_codecencodings_tw
+        test_codecmaps_cn
+        test_codecmaps_hk
+        test_codecmaps_jp
+        test_codecmaps_kr
+        test_codecmaps_tw
History
Date User Action Args
2008-06-26 00:04:05pjenveysetspambayes_score: 0.0146271 -> 0.014627149
recipients: + pjenvey
2008-06-26 00:04:04pjenveysetspambayes_score: 0.0146271 -> 0.0146271
messageid: <1214438644.13.0.639453423449.issue1066@psf.upfronthosting.co.za>
2008-06-26 00:04:03pjenveylinkissue1066 messages
2008-06-26 00:04:03pjenveycreate