ISO 2022-CN-EXT
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Character encoding |subcat2=ISO 2022 |charsetaliases=csISO2022CNEXT |mibenum=105 }} '''ISO 2022-CN-EXT''' is a Chinese encoding tha...") |
Dan Tobias (Talk | contribs) |
||
Line 7: | Line 7: | ||
}} | }} | ||
'''ISO 2022-CN-EXT''' is a Chinese encoding that is one of the [[ISO 2022]] encodings, and is an extended version of [[ISO 2022-CN]]. It is [[ASCII]] with some escape sequences that switch into different character sets. This includes [[GB 2312]], [[ISO-IR-165]], and planes 1 through 7 of [[CNS 11643]]. | '''ISO 2022-CN-EXT''' is a Chinese encoding that is one of the [[ISO 2022]] encodings, and is an extended version of [[ISO 2022-CN]]. It is [[ASCII]] with some escape sequences that switch into different character sets. This includes [[GB 2312]], [[ISO-IR-165]], and planes 1 through 7 of [[CNS 11643]]. | ||
+ | |||
+ | == Escape codes == | ||
+ | |||
+ | * <code>ESC $ ) A</code>: [[GB 2312]] | ||
+ | * <code>ESC $ ) G</code>: [[CNS 11643]] Plane 1 | ||
+ | * <code>ESC $ * H</code>: CNS 11643 Plane 2 | ||
+ | * <code>ESC $ + I</code>: CNS 11643 Plane 3 | ||
+ | * <code>ESC $ + J</code>: CNS 11643 Plane 4 | ||
+ | * <code>ESC $ + K</code>: CNS 11643 Plane 5 | ||
+ | * <code>ESC $ + L</code>: CNS 11643 Plane 6 | ||
+ | * <code>ESC $ + M</code>: CNS 11643 Plane 7 | ||
+ | * <code>ESC $ ) E</code>: [[ISO-IR-165]] | ||
== Links == | == Links == | ||
* [[Wikipedia:ISO/IEC 2022|Wikipedia article on ISO 2022]] | * [[Wikipedia:ISO/IEC 2022|Wikipedia article on ISO 2022]] |
Latest revision as of 03:27, 5 June 2019
ISO 2022-CN-EXT is a Chinese encoding that is one of the ISO 2022 encodings, and is an extended version of ISO 2022-CN. It is ASCII with some escape sequences that switch into different character sets. This includes GB 2312, ISO-IR-165, and planes 1 through 7 of CNS 11643.
[edit] Escape codes
-
ESC $ ) A
: GB 2312 -
ESC $ ) G
: CNS 11643 Plane 1 -
ESC $ * H
: CNS 11643 Plane 2 -
ESC $ + I
: CNS 11643 Plane 3 -
ESC $ + J
: CNS 11643 Plane 4 -
ESC $ + K
: CNS 11643 Plane 5 -
ESC $ + L
: CNS 11643 Plane 6 -
ESC $ + M
: CNS 11643 Plane 7 -
ESC $ ) E
: ISO-IR-165