Skip to content
Snippets Groups Projects
Select Git revision
0 results

cython

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Stefan Behnel authored
    Using Py_UNICODE to store lone surrogates makes Py3 join surrogate pairs on 16-bit Unicode platforms (Windows) when reading them back in, although we correctly processed them before.
    Instead, we now use the "unicode_escape" codec to store byte strings, because it can return surrogate characters (which the other codecs cannot).
    133ee7b1
    History
    Name Last commit Last update