PyUnicode_GetDefaultEncoding

Returns the currently active default encoding.

The default encoding is currently implemented as run-time settable process global. This may change in future versions of the interpreter to become a parameter which is managed on a per-thread basis.

Meta