Home
last modified time | relevance | path

Searched refs:Py_EncodeLocale (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dfileutils.h12 PyAPI_FUNC(char*) Py_EncodeLocale(
/third_party/python/Doc/c-api/
Dsys.rst149 Use the :c:func:`Py_EncodeLocale` function to encode the character string
167 .. c:function:: char* Py_EncodeLocale(const wchar_t *text, size_t *error_pos)
Dunicode.rst842 The :c:func:`Py_EncodeLocale` function.
849 :c:func:`Py_EncodeLocale`
946 The :c:func:`Py_EncodeLocale` function.
Dinit.rst65 :c:func:`Py_Initialize`: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`,
/third_party/python/PC/
Dpython3.def733 Py_EncodeLocale=python39.Py_EncodeLocale
/third_party/python/Python/
Dfileutils.c798 Py_EncodeLocale(const wchar_t *text, size_t *error_pos) in Py_EncodeLocale() function
/third_party/python/Doc/whatsnew/
D3.5.rst2186 * :c:func:`Py_EncodeLocale` (replaced ``_Py_wchar2char()``).
D3.7.rst1730 :c:func:`Py_DecodeLocale`, :c:func:`Py_EncodeLocale` now use the UTF-8
/third_party/python/Misc/
DNEWS8010 - bpo-34527: On FreeBSD, Py_DecodeLocale() and Py_EncodeLocale() now also
10696 - bpo-34523: Py_DecodeLocale() and Py_EncodeLocale() now use the UTF-8
26106 rename ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document