Re: [Cython] [Pyrex] Python 3
Greg Ewing <greg.ewing-F+z8Qja7x9Xokq/[email protected]>
| Newsgroups | gmane.comp.python.cython.devel,gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Christian Heimes wrote: > In my opinion wchar_t support is much more important than casting > PyUnicode objects to char*. Especially Windows developers need wchar_t > for the wide Windows API. Does Py3k provide an API for getting a direct pointer to 16-bit chars? If so, Pyrex could have a wchar_t * type built in that a unicode string could be coerced to. -- Greg