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


Andreas Schwab <schwab@suse.de> wrote:

> 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.

I think not all occurrences of non NFC are necessarily an error,
for example de_DE contains:

    LC_CTYPE
    copy "i18n"

    translit_start

    include "translit_combining";""

    % German umlauts.
    % LATIN CAPITAL LETTER A WITH DIAERESIS.
    <U00C4> "<U0041><U0308>";"<U0041><U0045>"
             ^^^^^^^^^^^^^^ NFD but this is apparently on purpose

-- 
Mike FABIAN <mfabian@redhat.com>


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