Opened 7 years ago
Closed 7 years ago
#13954 closed bug (fixed)
Haiku doesn't support C11 uchar.h
Reported by: | leorize | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/libroot.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently we're lacking C11 unicode characters support, which is required by ports that make use of the new C11 standard
Attachments (1)
Change History (7)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Note that this implementation only do UTF-32 for now, and yes, it's permitted by the standard
by , 7 years ago
Attachment: | 0001-uchar-Introduce-C11-uchar.h.patch added |
---|
[RFC] Implementation of C11 uchar.h for Haiku
comment:5 by , 7 years ago
Submitted to Gerrit: https://review.haiku-os.org/c/29/
LGTM. Will merge tomorrow unless anyone else has comments.
Note:
See TracTickets
for help on using tickets.
You mean on gcc5?