This is the mail archive of the libc-alpha@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]

[COMMITTED][BZ#15221]


The ia_FR locale author send us a fix for his locale that I committed.

From Bugzilla: "ia_FR locale is missing escape symbol '%' before 't'
in the postal_fmt definition in section LC_ADDRESS."

Andreas

2013-04-27  Nik Kalach  <nikka@fedoraproject.org>

	[BZ #15221]
	* locales/ia_FR: Fix postal_fmt definition.

--- a/localedata/locales/ia_FR	
+++ a/localedata/locales/ia_FR	
@@ -5,7 +5,7 @@ escape_char  /
 % Language: ia
 % Territory: FR
 % Revision: 1.0
-% Date: 2012-11-26
+% Date: 2013-03-01
 % Application: general
 % Users: general
 % Charset: UTF-8
@@ -21,7 +21,7 @@ fax ""
 language "Interlingua"
 territory "France"
 revision "1.0"
-date "2012-11-26"
+date "2013-03-01"

 category ia_FR:2000;LC_IDENTIFICATION
 category ia_FR:2000;LC_CTYPE
@@ -120,9 +120,9 @@ END LC_NAME
 LC_ADDRESS
 postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 <U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
-<U0074><U0025><U0068><U0074><U0025><U0065><U0074><U0025><U0072><U0025>/
-<U004E><U0025><U007A><U0074><U0025><U0054><U0025>/
-<U004E><U0025><U0063><U0025><U004E>"
+<U0025><U0074><U0025><U0068><U0025><U0074><U0025><U0065><U0025><U0074>/
+<U0025><U0072><U0025><U004E><U0025><U007A><U0025><U0074><U0025><U0054>/
+<U0025><U004E><U0025><U0063><U0025><U004E>"
 country_post "<U0046>"
 country_ab2 "<U0046><U0052>"
 country_ab3 "<U0046><U0052><U0041>"

--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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