diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2008-02-08 17:10:20 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2008-02-08 17:10:20 (GMT) |
commit | 01612e7dec9fcbd0733137aa90f0f21cfa49299f (patch) | |
tree | aa75413d4f93ab4c6ddb0ea582172cabf7874633 /Lib/test/cjkencodings_test.py | |
parent | 27d339446af6fbd636c58090c5c7e15ec4551dd9 (diff) | |
download | cpython-01612e7dec9fcbd0733137aa90f0f21cfa49299f.zip cpython-01612e7dec9fcbd0733137aa90f0f21cfa49299f.tar.gz cpython-01612e7dec9fcbd0733137aa90f0f21cfa49299f.tar.bz2 |
Update big5hkscs codec to conform to the HKSCS:2004 revision.
Diffstat (limited to 'Lib/test/cjkencodings_test.py')
-rw-r--r-- | Lib/test/cjkencodings_test.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/test/cjkencodings_test.py b/Lib/test/cjkencodings_test.py index 694ba74..31432d1 100644 --- a/Lib/test/cjkencodings_test.py +++ b/Lib/test/cjkencodings_test.py @@ -64,8 +64,10 @@ teststring = { "\xab\x96\xe7\x9a\x84\xe5\x95\x8f\xe9\xa1\x8c\xe5\xb0\xb1\xe6\x98" "\xaf\x3a\x0a\x0a"), 'big5hkscs': ( -"\x88\x45\x88\x5c\x8a\x73\x8b\xda\x8d\xd8\x0a", -"\xf0\xa0\x84\x8c\xc4\x9a\xe9\xb5\xae\xe7\xbd\x93\xe6\xb4\x86\x0a"), +"\x88\x45\x88\x5c\x8a\x73\x8b\xda\x8d\xd8\x0a\x88\x66\x88\x62\x88" +"\xa7\x20\x88\xa7\x88\xa3\x0a", +"\xf0\xa0\x84\x8c\xc4\x9a\xe9\xb5\xae\xe7\xbd\x93\xe6\xb4\x86\x0a" +"\xc3\x8a\xc3\x8a\xcc\x84\xc3\xaa\x20\xc3\xaa\xc3\xaa\xcc\x84\x0a"), 'cp949': ( "\x8c\x63\xb9\xe6\xb0\xa2\xc7\xcf\x20\xbc\x84\xbd\xc3\xc4\xdd\xb6" "\xf3\x0a\x0a\xa8\xc0\xa8\xc0\xb3\xb3\x21\x21\x20\xec\xd7\xce\xfa" |