Decode a string using Py_FileSystemDefaultEncoding and the "surrogateescape" error handler.
If Py_FileSystemDefaultEncoding is not set, fall back to the locale encoding. */ /// Availability: >= 3.
See Implementation
Decode a string using Py_FileSystemDefaultEncoding and the "surrogateescape" error handler.
If Py_FileSystemDefaultEncoding is not set, fall back to the locale encoding. */ /// Availability: >= 3.