Home
last modified time | relevance | path

Searched refs:PyUnicode_Decode (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python3.c92 PyUnicode_Decode(repr, STRLEN(repr), ENC_OPT, ERRORS_DECODE_ARG)
292 # undef PyUnicode_Decode
293 # define PyUnicode_Decode py3_PyUnicode_Decode macro
1186 cmdstr = PyUnicode_Decode(cmd, strlen(cmd), in DoPyCommand()
1844 result = PyUnicode_Decode(tmp, len, (char *)ENC_OPT, ERRORS_DECODE_ARG); in LineToString()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17967 Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken