PyUnicodeUCS2_EncodeCharmap

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

Parameters

data Py_UNICODE*

Unicode char buffer

length Py_ssize_t

Number of Py_UNICODE chars to encode

mapping PyObject*

character mapping (unicode ordinal -> char ordinal)

errors const(char)*

error handling

Meta