Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement native Py_UCS4 support #1215

Closed
robertwb opened this issue Jan 29, 2011 · 1 comment
Closed

Implement native Py_UCS4 support #1215

robertwb opened this issue Jan 29, 2011 · 1 comment

Comments

@robertwb
Copy link
Contributor

CPython's Py_UCS4 type is capable of representing a Unicode code point on all platforms, which isn't the case for Py_UNICODE. Cython should natively support this type and the coercion from and to unicode string objects.

Migrated from http://trac.cython.org/ticket/656

@robertwb
Copy link
Contributor Author

scoder changed resolution to fixed
status from new to closed
commented

Implemented as previously for the Py_UNICODE type:

e68b3b5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant