bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] Revert part of f406941a8a2ec


From: Zbigniew Jędrzejewski-Szmek
Subject: Re: [PATCH] Revert part of f406941a8a2ec
Date: Tue, 6 Oct 2015 12:23:07 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Oct 06, 2015 at 12:48:45AM -0700, Paul Eggert wrote:
> Thanks, instead of reverting I'd rather fix the bug.  I assume the
> attached patch does that; if not please let me know.

Looks like it should work.

BTW., is it really worth to do anything for the motivation given in
original patch (that editing the file might go wrong under some
old encoding)? Nowadays, anyone should be simply using utf-8 encoding
for their own sake, and for developers there isn't any excuse not to
do that.

Zbyszek

> From 0bb9ebe5c7fed1275a188fe53a23c6504e9eeb13 Mon Sep 17 00:00:00 2001
> From: Paul Eggert <address@hidden>
> Date: Tue, 6 Oct 2015 00:46:02 -0700
> Subject: [PATCH] unicase/locale-language: fix typo in utf-8 cookie
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> 
> * lib/unicase/locale-languages.gperf: Fix gperf input file format.
> Problem reported by Zbigniew Jędrzejewski-Szmek.
> ---
>  ChangeLog                          | 6 ++++++
>  lib/unicase/locale-languages.gperf | 3 +--
>  2 files changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/ChangeLog b/ChangeLog
> index 28016ca..4f2d6ce 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,9 @@
> +2015-10-06  Paul Eggert  <address@hidden>
> +
> +     unicase/locale-language: fix typo in utf-8 cookie
> +     * lib/unicase/locale-languages.gperf: Fix gperf input file format.
> +     Problem reported by Zbigniew Jędrzejewski-Szmek.
> +
>  2015-10-02  Paul Eggert  <address@hidden>
>  
>       xalloc: do not worry about GCC 5 warning on 32 bit
> diff --git a/lib/unicase/locale-languages.gperf 
> b/lib/unicase/locale-languages.gperf
> index fd566f9..0306576 100644
> --- a/lib/unicase/locale-languages.gperf
> +++ b/lib/unicase/locale-languages.gperf
> @@ -268,10 +268,9 @@
>  "zh", /* Chinese" */
>  "zu", /* Zulu" */
>  "zap", /* Zapotec" */
> -%{
> +%%
>  /*
>   * Local Variables:
>   * coding: utf-8
>   * End:
>   */
> -%}
> -- 
> 2.1.0
> 




reply via email to

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