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
|
|
@ -548,6 +548,10 @@ exist:
|
|||
{big5-tw, csbig5}
|
||||
{Traditional Chinese}
|
||||
|
||||
\lineiii{big5hkscs}
|
||||
{big5-hkscs, hkscs}
|
||||
{Traditional Chinese}
|
||||
|
||||
\lineiii{cp037}
|
||||
{IBM037, IBM039}
|
||||
{English}
|
||||
|
|
@ -696,8 +700,12 @@ exist:
|
|||
{eucjp, ujis, u-jis}
|
||||
{Japanese}
|
||||
|
||||
\lineiii{euc_jis_2004}
|
||||
{jisx0213, eucjis2004}
|
||||
{Japanese}
|
||||
|
||||
\lineiii{euc_jisx0213}
|
||||
{jisx0213, eucjisx0213}
|
||||
{eucjisx0213}
|
||||
{Japanese}
|
||||
|
||||
\lineiii{euc_kr}
|
||||
|
|
@ -733,6 +741,10 @@ exist:
|
|||
{iso2022jp-2, iso-2022-jp-2}
|
||||
{Japanese, Korean, Simplified Chinese, Western Europe, Greek}
|
||||
|
||||
\lineiii{iso2022_jp_2004}
|
||||
{iso2022jp-2004, iso-2022-jp-2004}
|
||||
{Japanese}
|
||||
|
||||
\lineiii{iso2022_jp_3}
|
||||
{iso2022jp-3, iso-2022-jp-3}
|
||||
{Japanese}
|
||||
|
|
@ -841,6 +853,10 @@ exist:
|
|||
{csshiftjis, shiftjis, sjis, s_jis}
|
||||
{Japanese}
|
||||
|
||||
\lineiii{shift_jis_2004}
|
||||
{shiftjis2004, sjis_2004, sjis2004}
|
||||
{Japanese}
|
||||
|
||||
\lineiii{shift_jisx0213}
|
||||
{shiftjisx0213, sjisx0213, s_jisx0213}
|
||||
{Japanese}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue