Ticket #656 (closed enhancement: fixed)
Implement native Py_UCS4 support
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15 |
| Component: | Cython Language Feature | Keywords: | |
| Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
