Lines Matching refs:Py_FileSystemDefaultEncoding
773 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at
809 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at
832 :c:data:`Py_FileSystemDefaultEncoding` should be used as the encoding, and
871 Decode a string using :c:data:`Py_FileSystemDefaultEncoding` and the
874 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
877 :c:data:`Py_FileSystemDefaultEncoding` is initialized at startup from the
892 Decode a null-terminated string using :c:data:`Py_FileSystemDefaultEncoding`
895 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
906 Encode a Unicode object to :c:data:`Py_FileSystemDefaultEncoding` with the
911 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the
914 :c:data:`Py_FileSystemDefaultEncoding` is initialized at startup from the
990 variable :c:data:`Py_FileSystemDefaultEncoding` internally. This