From 0bb9ebe5c7fed1275a188fe53a23c6504e9eeb13 Mon Sep 17 00:00:00 2001 From: Paul Eggert 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 + + 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 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