Should glibc provide a builtin C.UTF-8 locale?
Rich Felker
dalias@libc.org
Thu Oct 22 15:13:00 GMT 2015
On Wed, Oct 21, 2015 at 01:49:36PM -0400, Mike Frysinger wrote:
> i've created a C.UTF-8 page where i've tried to gather all the points
> people made in this thread:
> https://sourceware.org/glibc/wiki/Proposals/C.UTF-8
On the wiki I see, under differences from C:
- LC_COLLATE: Sort using the Unicode codepoint
But this does not seem to be a difference. Unicode codepoint order is
identical to UTF-8 code unit order as unsigned char, i.e. the same as
the C locale.
Rich
More information about the Libc-alpha
mailing list