PyUnicodeUCS2_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.

version(!Python_3_3_Or_Later && Python_Unicode_UCS2)
extern (C)
const(char)*
PyUnicodeUCS2_GetDefaultEncoding
()

Meta