PyUnicodeUCS2_EncodeLatin1

version(!Python_3_3_Or_Later && Python_Unicode_UCS2)
extern (C)
PyUnicodeUCS2_EncodeLatin1

Parameters

data Py_UNICODE*

Unicode char buffer

length Py_ssize_t

Number of Py_UNICODE chars to encode

errors const(char)*

error handling

Meta