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: RFC: locale-source validation script


On Jul 25 2017, Zack Weinberg <zackw@panix.com> wrote:

> - There are quite a few strings that aren't NFC and I suspect it's
> going to take expert knowledge of the languages involved to tell if
> that's desirable.

I don't think NFC or not has anything to do with the language.

> - Speaking of, why is it that every single locale source file uses %
> for comments and / for escapes, instead of the default # for comments
> and \ for escapes?  It seems gratuitous and it made the linter harder
> to write.

Probably because \ is not portable to all charsets.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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