Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
object to Py_FileSystemDefaultEncoding with the "surrogateescape" error handler, return a bytes object. If Py_FileSystemDefaultEncoding is not set, fall back to UTF-8.
V
Victor Stinner committed
ae6265f8d06dbec7d08c73ca23dad0f040d09b8e
Parent: 59e62db