Corrected documentation for iso-2022-jp-ext
(implementation unchanged) (#8)
This commit is contained in:
parent
562b3b4122
commit
0ef38bb6ee
@ -129,7 +129,7 @@ The list of codecs (not an exhaustive list of labels, nor close to one) is as fo
|
||||
|`hz-gb-2312`|HZ (Usenet Simplified Chinese) encoding|
|
||||
|`iso-2022-cn`|7-bit stateful Chinese (Simplified and Traditional)|
|
||||
|`iso-2022-jp`|7-bit stateful Japanese, web version|
|
||||
|`iso-2022-jp-ext`|7-bit stateful Japanese, preserving katakana width|
|
||||
|`iso-2022-jp-ext`|7-bit stateful Japanese, including JIS X 0212 and preserving katakana width|
|
||||
|`iso-2022-jp-1`|7-bit stateful Japanese, including JIS X 0212|
|
||||
|`iso-2022-jp-2`|7-bit stateful Multilingual (Japanese, Korean, Greek, Simplified Chinese, Western European)|
|
||||
|`iso-2022-jp-3`|7-bit stateful Japanese, including JIS X 0213 (2000 edition format)|
|
||||
|
@ -671,7 +671,7 @@ class Iso2022JpExtIncrementalEncoder(Iso2022JpIncrementalEncoder):
|
||||
"""
|
||||
IncrementalEncoder implementation for 7-bit stateful Japanese.
|
||||
|
||||
This differs from the ISO-2022-JP encoder in that it preserves katakana width.
|
||||
This differs from the ISO-2022-JP-1 encoder in that it preserves katakana width.
|
||||
"""
|
||||
name = "iso-2022-jp-ext"
|
||||
html5name = None
|
||||
|
Loading…
Reference in New Issue
Block a user