]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 14:43:38 +0000 (16:43 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 14:43:38 +0000 (16:43 +0200)
commit033a543ab1ff09abb8b79c67d748862ce8b55e37
tree23cc6769040e789d3baf84dc56a6baf5e2230888
parentc77b9311969f7479870552a57c334029fb5a6eec
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
27 files changed:
.hgeol
Lib/test/cjkencodings/big5-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/big5.txt [new file with mode: 0644]
Lib/test/cjkencodings/big5hkscs-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/big5hkscs.txt [new file with mode: 0644]
Lib/test/cjkencodings/cp949-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/cp949.txt [new file with mode: 0644]
Lib/test/cjkencodings/euc_jisx0213-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/euc_jisx0213.txt [new file with mode: 0644]
Lib/test/cjkencodings/euc_jp-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/euc_jp.txt [new file with mode: 0644]
Lib/test/cjkencodings/euc_kr-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/euc_kr.txt [new file with mode: 0644]
Lib/test/cjkencodings/gb18030-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/gb18030.txt [new file with mode: 0644]
Lib/test/cjkencodings/gb2312-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/gb2312.txt [new file with mode: 0644]
Lib/test/cjkencodings/gbk-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/gbk.txt [new file with mode: 0644]
Lib/test/cjkencodings/johab-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/johab.txt [new file with mode: 0644]
Lib/test/cjkencodings/shift_jis-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/shift_jis.txt [new file with mode: 0644]
Lib/test/cjkencodings/shift_jisx0213-utf8.txt [new file with mode: 0644]
Lib/test/cjkencodings/shift_jisx0213.txt [new file with mode: 0644]
Lib/test/cjkencodings_test.py [deleted file]
Lib/test/test_multibytecodec_support.py