Bruno Haible wrote:
>> * lib/propername.c (proper_name_utf8): Test not pointer equality,
>> but rather string equality.
>
> Thanks, applied with a comment, as below.
>
>> Without this, coreutils' "make check-AUTHORS" test fails.
>
> The check-AUTHORS rule in coreutils/src/Makefile.am also has a sec
Hi Jim,
> * lib/propername.c (proper_name_utf8): Test not pointer equality,
> but rather string equality.
Thanks, applied with a comment, as below.
> Without this, coreutils' "make check-AUTHORS" test fails.
The check-AUTHORS rule in coreutils/src/Makefile.am also has a second
problem: it expec
Hi Bruno,
Without this, coreutils' "make check-AUTHORS" test fails.
>From fd29488d5cc8acd037b3659d58775b96471fa7eb Mon Sep 17 00:00:00 2001
From: Jim Meyering
Date: Sun, 3 May 2009 06:46:23 +0200
Subject: [PATCH] propername: return UTF-8 translation when possible