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.18-271-g4150076


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  41500766f71fd072b6b6a9e4603fb7f85bddcfe2 (commit)
      from  885766357dee331079e6ab4d18320193d42d000c (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=41500766f71fd072b6b6a9e4603fb7f85bddcfe2

commit 41500766f71fd072b6b6a9e4603fb7f85bddcfe2
Author: Chris Leonard <cjlhomeaddress@gmail.com>
Date:   Tue Oct 8 07:34:10 2013 -0400

    correct LC_TELEPHONE for pap locales

diff --git a/localedata/locales/pap_AN b/localedata/locales/pap_AN
index d657f0e..45696cd 100644
--- a/localedata/locales/pap_AN
+++ b/localedata/locales/pap_AN
@@ -150,8 +150,10 @@ END LC_PAPER
 LC_TELEPHONE
 tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025><U006C>"
 % FIXME FIND tel_dom_fmt
-int_select "00"
-int_prefix "599"
+% 00
+int_select  "<U0030><U0030>"
+% 599
+int_prefix  "<U0035><U0039><U0039>"
 END LC_TELEPHONE
 
 LC_NAME
diff --git a/localedata/locales/pap_AW b/localedata/locales/pap_AW
index 550806d..115fa3d 100644
--- a/localedata/locales/pap_AW
+++ b/localedata/locales/pap_AW
@@ -160,8 +160,10 @@ END LC_PAPER
 LC_TELEPHONE
 tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025><U006C>"
 % FIXME FIND tel_dom_fmt
-int_select "00"
-int_prefix "599"
+% 00
+int_select  "<U0030><U0030>"
+% 599
+int_prefix  "<U0035><U0039><U0039>"
 END LC_TELEPHONE
 
 LC_NAME
diff --git a/localedata/locales/pap_CW b/localedata/locales/pap_CW
index 123cfd2..dc10c83 100644
--- a/localedata/locales/pap_CW
+++ b/localedata/locales/pap_CW
@@ -160,8 +160,10 @@ END LC_PAPER
 LC_TELEPHONE
 tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025><U006C>"
 % FIXME FIND tel_dom_fmt
-int_select "00"
-int_prefix "599"
+% 00
+int_select  "<U0030><U0030>"
+% 599
+int_prefix  "<U0035><U0039><U0039>"
 END LC_TELEPHONE
 
 LC_NAME

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

Summary of changes:
 localedata/locales/pap_AN |    6 ++++--
 localedata/locales/pap_AW |    6 ++++--
 localedata/locales/pap_CW |    6 ++++--
 3 files changed, 12 insertions(+), 6 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]