mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004.
This commit is contained in:
parent
264c659197
commit
2bb146f2f4
109 changed files with 34331 additions and 40239 deletions
|
|
@ -63,6 +63,9 @@ teststring = {
|
|||
"\x88\x91\xe5\x80\x91\xe6\x89\x80\x0a\xe8\xa6\x81\xe8\xa8\x8e\xe8"
|
||||
"\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"),
|
||||
'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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue