mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #27959: Documents new encoding and alias.
This commit is contained in:
parent
f5aba58480
commit
5a71327f35
1 changed files with 8 additions and 2 deletions
|
@ -1254,10 +1254,16 @@ encodings.
|
||||||
| | | Only ``errors='strict'`` |
|
| | | Only ``errors='strict'`` |
|
||||||
| | | is supported. |
|
| | | is supported. |
|
||||||
+--------------------+---------+---------------------------+
|
+--------------------+---------+---------------------------+
|
||||||
| mbcs | dbcs | Windows only: Encode |
|
| mbcs | ansi, | Windows only: Encode |
|
||||||
| | | operand according to the |
|
| | dbcs | operand according to the |
|
||||||
| | | ANSI codepage (CP_ACP) |
|
| | | ANSI codepage (CP_ACP) |
|
||||||
+--------------------+---------+---------------------------+
|
+--------------------+---------+---------------------------+
|
||||||
|
| oem | | Windows only: Encode |
|
||||||
|
| | | operand according to the |
|
||||||
|
| | | OEM codepage (CP_OEMCP) |
|
||||||
|
| | | |
|
||||||
|
| | | .. versionadded:: 3.6 |
|
||||||
|
+--------------------+---------+---------------------------+
|
||||||
| palmos | | Encoding of PalmOS 3.5 |
|
| palmos | | Encoding of PalmOS 3.5 |
|
||||||
+--------------------+---------+---------------------------+
|
+--------------------+---------+---------------------------+
|
||||||
| punycode | | Implements :rfc:`3492`. |
|
| punycode | | Implements :rfc:`3492`. |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue