Lines Matching refs:Py_FileSystemDefaultEncoding
767 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at
794 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at
808 :c:data:`Py_FileSystemDefaultEncoding` should be used as the encoding, and
847 Decode a string using :c:data:`Py_FileSystemDefaultEncoding` and the
850 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
853 :c:data:`Py_FileSystemDefaultEncoding` is initialized at startup from the
868 Decode a null-terminated string using :c:data:`Py_FileSystemDefaultEncoding`
871 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
882 Encode a Unicode object to :c:data:`Py_FileSystemDefaultEncoding` with the
887 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
890 :c:data:`Py_FileSystemDefaultEncoding` is initialized at startup from the
960 variable :c:data:`Py_FileSystemDefaultEncoding` internally. This