This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Should glibc provide a builtin C.UTF-8 locale?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]