Lines Matching refs:Py_FileSystemDefaultEncoding
771 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at
807 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at
830 :c:data:`Py_FileSystemDefaultEncoding` should be used as the encoding, and
869 Decode a string using :c:data:`Py_FileSystemDefaultEncoding` and the
872 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
875 :c:data:`Py_FileSystemDefaultEncoding` is initialized at startup from the
890 Decode a null-terminated string using :c:data:`Py_FileSystemDefaultEncoding`
893 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
904 Encode a Unicode object to :c:data:`Py_FileSystemDefaultEncoding` with the
909 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
912 :c:data:`Py_FileSystemDefaultEncoding` is initialized at startup from the
988 variable :c:data:`Py_FileSystemDefaultEncoding` internally. This