This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Improved check-localedef script
- From: Mike FABIAN <mfabian at redhat dot com>
- To: Zack Weinberg <zackw at panix dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>, Rafal Luzynski <digitalfreak at lingonborough dot com>
- Date: Fri, 04 Aug 2017 11:19:59 +0200
- Subject: Re: Improved check-localedef script
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 29A7480468
- References: <CAKCAbMjLN7SMWwveXVokSCttqso+r+1AttpFEpDBdJcSyiuQ4Q@mail.gmail.com> <s9d60e3bspn.fsf@redhat.com>
Mike FABIAN <mfabian@redhat.com> wrote:
> The ca_ES source file is not ASCII, it has
>
> % català
> lang_name "<U0063><U0061><U0074><U0061><U006C><U00E0>"
>
> So maybe I could just convert the file to UTF-8
> and change “% Charset: ISO-8859-1” into “% Charset: UTF-8”
> to get rid of the check-localedef warning.
Actually the file is already UTF-8 encoded, the “català”
in the comment above is already in UTF-8.
--
Mike FABIAN <mfabian@redhat.com>