]> granicus.if.org Git - python/commit
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 15:16:18 +0000 (17:16 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 15:16:18 +0000 (17:16 +0200)
commit73e3e76be5cb5a02f24be06abe994550da215bd7
tree9081d66a6c48b9a1b5f9faade204936e1c953051
parent53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
25 files changed:
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]