Searched refs:Py_EncodeLocale (Results 1 – 9 of 9) sorted by relevance
12 PyAPI_FUNC(char*) Py_EncodeLocale(
149 Use the :c:func:`Py_EncodeLocale` function to encode the character string167 .. c:function:: char* Py_EncodeLocale(const wchar_t *text, size_t *error_pos)
842 The :c:func:`Py_EncodeLocale` function.849 :c:func:`Py_EncodeLocale`946 The :c:func:`Py_EncodeLocale` function.
65 :c:func:`Py_Initialize`: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`,
733 Py_EncodeLocale=python39.Py_EncodeLocale
798 Py_EncodeLocale(const wchar_t *text, size_t *error_pos) in Py_EncodeLocale() function
2186 * :c:func:`Py_EncodeLocale` (replaced ``_Py_wchar2char()``).
1730 :c:func:`Py_DecodeLocale`, :c:func:`Py_EncodeLocale` now use the UTF-8
8010 - bpo-34527: On FreeBSD, Py_DecodeLocale() and Py_EncodeLocale() now also10696 - bpo-34523: Py_DecodeLocale() and Py_EncodeLocale() now use the UTF-826106 rename ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document