File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1330,6 +1330,13 @@ the user settings on the machine running the codec.
1330
1330
in *consumed *.
1331
1331
1332
1332
1333
+ .. c :function :: PyObject* PyUnicode_DecodeCodePageStateful (int code_page, const char *str, \
1334
+ Py_ssize_t size, const char *errors, Py_ssize_t *consumed)
1335
+
1336
+ Similar to :c:func: `PyUnicode_DecodeMBCSStateful `, except uses the code page
1337
+ specified by *code_page *.
1338
+
1339
+
1333
1340
.. c :function :: PyObject* PyUnicode_AsMBCSString (PyObject *unicode)
1334
1341
1335
1342
Encode a Unicode object using MBCS and return the result as Python bytes
Original file line number Diff line number Diff line change @@ -2621,6 +2621,13 @@ PyUnicode_DecodeMBCSStateful:Py_ssize_t:size::
2621
2621
PyUnicode_DecodeMBCSStateful:const char*:errors::
2622
2622
PyUnicode_DecodeMBCSStateful:Py_ssize_t*:consumed::
2623
2623
2624
+ PyUnicode_DecodeCodePageStateful:PyObject*::+1:
2625
+ PyUnicode_DecodeCodePageStateful:int:code_page::
2626
+ PyUnicode_DecodeCodePageStateful:const char*:s::
2627
+ PyUnicode_DecodeCodePageStateful:Py_ssize_t:size::
2628
+ PyUnicode_DecodeCodePageStateful:const char*:errors::
2629
+ PyUnicode_DecodeCodePageStateful:Py_ssize_t*:consumed::
2630
+
2624
2631
PyUnicode_EncodeCodePage:PyObject*::+1:
2625
2632
PyUnicode_EncodeCodePage:int:code_page::
2626
2633
PyUnicode_EncodeCodePage:PyObject*:unicode:0:
You can’t perform that action at this time.
0 commit comments