This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Fix posix/tst-regex by using ISO-8859 encoding for ChangeLog.8.
- From: Zack Weinberg <zackw at panix dot com>
- To: Stefan Liebler <stli at linux dot ibm dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 26 Aug 2019 11:06:46 -0400
- Subject: Re: [PATCH] Fix posix/tst-regex by using ISO-8859 encoding for ChangeLog.8.
- References: <6b0df162-d17a-ec1d-0fc0-728dc3a8ef9b@linux.ibm.com>
On Mon, Aug 26, 2019 at 10:41 AM Stefan Liebler <stli@linux.ibm.com> wrote:
> the recent commit e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0
> changed the encoding of ChangeLog.old/ChangeLog.8 from ISO-8859 to UTF-8.
> Unfortunately the test posix/tst-regex assumes the former encoding.
>
> This patch just changes the encoding back to ISO-8859.
> Furthermore Francesco Potortì is now written with 'ì' instead of 'i`'
> which leads to two further matches in the first call to test_expr.
Better the test should be fixed to assume UTF-8, or, even better, not
to rely on ChangeLog files for test data.
zw