Skip to content
  • David Gobbi's avatar
    Fix for Python 3.5 compilation on Linux, Win32. · 8ef76e45
    David Gobbi authored
    In Python 3.5, they finally created a public function to convert
    strings from local encoding to wchar_t unicode.  The old internal
    function _Py_char2wchar() has been replaced by Py_DecodeLocale(),
    which also handles UTF-16 surrogates for OS X.
    8ef76e45