bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: check-AUTHORS fails because of non ansi characters


From: Jim Meyering
Subject: Re: check-AUTHORS fails because of non ansi characters
Date: Fri, 20 Jun 2008 21:09:33 +0200

address@hidden (Michael Geng) wrote:
> when I'm doing make distcheck on the present git version it fails
> with the following message:
>
> ...
> diff authors-actual authors-dotdot && rm -f authors-actual authors-dotdot
> ...
> 58c58
> < ptx: Fran?ois Pinard
> ---
>> ptx: François Pinard
...
> It clearly has to do with non ansi characters in names. But what exactly
> is wrong?

Hi Michael,

That check expects --version output to contain names matching
exactly what's in the AUTHORS file.  This is accomplished
via proper_name_utf8:

#define AUTHORS proper_name_utf8 ("F. Pinard", "Fran\xc3\xa7ois Pinard")

So I suspect it's your system.
It's worked fine for me for weeks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]