PyUnicodeUCS4_DecodeCharmap

  1. PyObject* PyUnicodeUCS4_DecodeCharmap(const(char)* string, Py_ssize_t length, PyObject* mapping, const(char)* errors)
    version(!Python_Unicode_UCS2)
    PyUnicodeUCS4_DecodeCharmap
    (
    const(char)* string
    ,,,
    const(char)* errors
    )
  2. alias PyUnicode_DecodeCharmap = PyUnicodeUCS4_DecodeCharmap

Parameters

string
Type: const(char)*

Encoded string

length

size of string

mapping
Type: PyObject*

character mapping (char ordinal -> unicode ordinal)

errors
Type: const(char)*

error handling

Meta