Issue1066
Created on 2008-06-26.00:04:03 by pjenvey, last changed 2008-10-26.18:55:12 by zyasoft.
| msg3306 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2008-06-26.00:04:02 |
|
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
|
| msg3307 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2008-06-26.00:08:07 |
|
cjk also includes the _multibytecodec module, which affects these tests:
test_multibytecodec
test_multibytecodec_support
|
|
| Date |
User |
Action |
Args |
| 2008-10-26 18:55:12 | zyasoft | set | assignee: zyasoft |
| 2008-10-14 17:43:53 | zyasoft | set | title: Need CJKCodecs for CPython 2.4 -> Need CJKCodecs - multibytecodecs |
| 2008-10-14 17:43:13 | zyasoft | set | nosy:
+ zyasoft |
| 2008-06-26 00:08:07 | pjenvey | set | messages:
+ msg3307 |
| 2008-06-26 00:04:03 | pjenvey | create | |
|