This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-731-g8bd8c05


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  8bd8c052e765d626fae1424e2739d009a185a6ba (commit)
      from  babbf7552a73eab4f88fabc5e576524d061bcaad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8bd8c052e765d626fae1424e2739d009a185a6ba

commit 8bd8c052e765d626fae1424e2739d009a185a6ba
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Fri Jul 14 09:24:50 2017 +0200

    Fix country name in li_BE and encoding problem in abday in li_BE and li_NL
    
    	* locales/li_BE: Fix country name and encoding problem in abday.
    	* locales/li_NL: Fix encoding problem in abday.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index b676c31..a2d85e7 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-14  Mike FABIAN  <mfabian@redhat.com>
+
+	* locales/li_BE: Fix country name and encoding problem in abday.
+	* locales/li_NL: Fix encoding problem in abday.
+
 2017-07-14  Akhilesh Kumar <akhilesh.k@samsung.com>
 
 	[BZ #21767]
diff --git a/localedata/locales/li_BE b/localedata/locales/li_BE
index 952c28b..6778384 100644
--- a/localedata/locales/li_BE
+++ b/localedata/locales/li_BE
@@ -41,7 +41,8 @@ postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 <U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
 <U004E><U0025><U007A><U0020><U0025><U0054><U0025>/
 <U004E><U0025><U0063><U0025><U004E>"
-%FIXME country_name "Belgie"
+% https://li.wiktionary.org/wiki/B%C3%A8lsj "Bèlsj"
+country_name  "<U0042><U00E8><U006C><U0073><U006A>"
 country_post  "<U0042>"
 country_ab2   "<U0042><U0045>"
 country_ab3   "<U0042><U0045><U004C>"
@@ -95,7 +96,7 @@ LC_TIME
 abday   "<U007A><U00F3><U006E>";"<U006D><U0061><U006F>";/
 	"<U0064><U0061><U0065>";"<U0067><U006F><U006F>";/
         "<U0064><U00F3><U006E>";"<U0076><U0072><U0069>";/
-        "<U007A><U0091><U006F>"
+        "<U007A><U0061><U006F>"
 day     "<U007A><U00F3><U006E><U0064><U0069><U0067>";/
 	"<U006D><U0061><U006F><U006E><U0064><U0069><U0067>";/
 	"<U0064><U0061><U0065><U006E><U0073><U0064><U0069><U0067>";/
diff --git a/localedata/locales/li_NL b/localedata/locales/li_NL
index 67ddc34..eaa5e9f 100644
--- a/localedata/locales/li_NL
+++ b/localedata/locales/li_NL
@@ -97,7 +97,7 @@ LC_TIME
 abday   "<U007A><U00F3><U006E>";"<U006D><U0061><U006F>";/
 	"<U0064><U0061><U0065>";"<U0067><U006F><U006F>";/
         "<U0064><U00F3><U006E>";"<U0076><U0072><U0069>";/
-        "<U007A><U0091><U006F>"
+        "<U007A><U0061><U006F>"
 day     "<U007A><U00F3><U006E><U0064><U0069><U0067>";/
 	"<U006D><U0061><U006F><U006E><U0064><U0069><U0067>";/
 	"<U0064><U0061><U0065><U006E><U0073><U0064><U0069><U0067>";/

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/li_BE |    5 +++--
 localedata/locales/li_NL |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]