(original) (raw)

changeset: 103200:fd0e62300fb7 user: Steve Dower steve.dower@microsoft.com date: Tue Sep 06 19:46:42 2016 -0700 files: Doc/library/codecs.rst description: Issue #27959: Documents new encoding and alias. diff -r c499690f606c -r fd0e62300fb7 Doc/library/codecs.rst --- a/Doc/library/codecs.rst Tue Sep 06 19:42:27 2016 -0700 +++ b/Doc/library/codecs.rst Tue Sep 06 19:46:42 2016 -0700 @@ -1254,9 +1254,15 @@ | | | Only ``errors='strict'`` | | | | is supported. | +--------------------+---------+---------------------------+ -| mbcs | dbcs | Windows only: Encode | +| mbcs | ansi, | Windows only: Encode | +| | dbcs | operand according to the | +| | | ANSI codepage (CP_ACP) | ++--------------------+---------+---------------------------+ +| oem | | Windows only: Encode | | | | operand according to the | -| | | ANSI codepage (CP_ACP) | +| | | OEM codepage (CP_OEMCP) | +| | | | +| | | .. versionadded:: 3.6 | +--------------------+---------+---------------------------+ | palmos | | Encoding of PalmOS 3.5 | +--------------------+---------+---------------------------+ /steve.dower@microsoft.com