PyUnicode_DecodeUTF7

  1. PyObject* PyUnicode_DecodeUTF7(const(char)* string, Py_ssize_t length, const(char)* errors)
  2. alias PyUnicode_DecodeUTF7 = PyUnicodeUCS2_DecodeUTF7
  3. alias PyUnicode_DecodeUTF7 = PyUnicodeUCS4_DecodeUTF7
    version(!Python_3_3_Or_Later && !Python_Unicode_UCS2)
    extern (C)
    alias PyUnicode_DecodeUTF7 = PyUnicodeUCS4_DecodeUTF7

Meta