We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11471db commit 76a355dCopy full SHA for 76a355d
1 file changed
Doc/library/codecs.rst
@@ -1515,6 +1515,18 @@ This module implements the following functions:
1515
are registered for future use.
1516
1517
1518
+.. function:: win32_code_page_search_function(encoding)
1519
+
1520
+ Search for a Windows code page encoding *encoding* of the form ``cpXXXX``.
1521
1522
+ If the code page is valid and supported, return a :class:`codecs.CodecInfo`
1523
+ object for it.
1524
1525
+ .. availability:: Windows.
1526
1527
+ .. versionadded:: 3.14
1528
1529
1530
This module implements the following exception:
1531
1532
.. exception:: CodecRegistryError
0 commit comments