PyUnicodeUCS2_DecodeRawUnicodeEscape

  1. PyObject* PyUnicodeUCS2_DecodeRawUnicodeEscape(const(char)* string, Py_ssize_t length, const(char)* errors)
    version(Python_Unicode_UCS2)
    PyUnicodeUCS2_DecodeRawUnicodeEscape
    (
    const(char)* string
    ,,
    const(char)* errors
    )
  2. alias PyUnicode_DecodeRawUnicodeEscape = PyUnicodeUCS2_DecodeRawUnicodeEscape

Parameters

string
Type: const(char)*

Raw-Unicode-Escape encoded string

length

size of string

errors
Type: const(char)*

error handling

Meta