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
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to