[Python-Dev] Re: PEP 277: Unicode file name support for Windows NT, was PEP-time ? ...

Mark Hammond mhammond@skippinet.com.au
Thu, 17 Jan 2002 11:53:37 +1100


> Also, I believe most of PythonWin also assumes HAVE_USABLE_WCHAR_T
> (didn't check, though).

FYI, all the win32 extensions use their own Unicode API.  These extensions
had Unicode before Python did!  These wrapper functions are abstract enough
that they should be able to withstand any changes to Python's Unicode
implementation quite simply - probably at the cost of extra copies and
transformations in those wrappers.

Mark.