Commit 5a71327f authored by Steve Dower's avatar Steve Dower

Issue #27959: Documents new encoding and alias.

parent f5aba584
...@@ -1254,10 +1254,16 @@ encodings. ...@@ -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`. |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment