PyUnicodeUCS4_DecodeCharmap

version(!Python_3_3_Or_Later && !Python_Unicode_UCS2)
extern (C)
PyUnicodeUCS4_DecodeCharmap
(
const(char)* string
,,,
const(char)* errors
)

Parameters

string const(char)*

Encoded string

length Py_ssize_t

size of string

mapping PyObject*

character mapping (char ordinal -> unicode ordinal)

errors const(char)*

error handling

Meta