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

r1163 - glibc-package/trunk/debian/patches/localedata



Author: barbier
Date: 2006-02-08 22:24:37 +0000 (Wed, 08 Feb 2006)
New Revision: 1163

Modified:
   glibc-package/trunk/debian/patches/localedata/locales-fr.diff
Log:
According to #351786 C++ has trouble with multibyte encodings
on narrow streams, since thousand separator is a char.
Replace <U00A0> by <U0020> in French locales for this
field until this issue is sorted out.


Modified: glibc-package/trunk/debian/patches/localedata/locales-fr.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/locales-fr.diff	2006-02-08 15:01:54 UTC (rev 1162)
+++ glibc-package/trunk/debian/patches/localedata/locales-fr.diff	2006-02-08 22:24:37 UTC (rev 1163)
@@ -1,15 +1,15 @@
 # All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Various fixes for all French locales
-# DP: Related bugs: #248377
+# DP: Related bugs: #248377  #351786
 # DP: Dpatch author: Denis Barbier <barbier@debian.org>
 # DP: Patch author: Denis Barbier
 # DP: Upstream status: not submitted
 # DP: Date: 2006-01-10
 
-Index: glibc-2.3.5/localedata/locales/fr_BE
+Index: glibc-2.3.6/localedata/locales/fr_BE
 ===================================================================
---- glibc-2.3.5.orig/localedata/locales/fr_BE
-+++ glibc-2.3.5/localedata/locales/fr_BE
+--- glibc-2.3.6.orig/localedata/locales/fr_BE
++++ glibc-2.3.6/localedata/locales/fr_BE
 @@ -42,6 +42,7 @@
  category  "fr_BE:2000";LC_NAME
  category  "fr_BE:2000";LC_ADDRESS
@@ -65,10 +65,10 @@
 +lang_term "<U0066><U0072><U0061>"
 +lang_lib  "<U0066><U0072><U0065>"
  END LC_ADDRESS
-Index: glibc-2.3.5/localedata/locales/fr_CA
+Index: glibc-2.3.6/localedata/locales/fr_CA
 ===================================================================
---- glibc-2.3.5.orig/localedata/locales/fr_CA
-+++ glibc-2.3.5/localedata/locales/fr_CA
+--- glibc-2.3.6.orig/localedata/locales/fr_CA
++++ glibc-2.3.6/localedata/locales/fr_CA
 @@ -43,6 +43,7 @@
  category  "fr_CA:2000";LC_NAME
  category  "fr_CA:2000";LC_ADDRESS
@@ -77,22 +77,11 @@
  
  END LC_IDENTIFICATION
  
-@@ -63,7 +64,7 @@
- int_curr_symbol           "<U0043><U0041><U0044><U0020>"
- currency_symbol           "<U0024>"
- mon_decimal_point         "<U002C>"
--mon_thousands_sep         "<U0020>"
-+mon_thousands_sep         "<U00A0>"
- mon_grouping              3;3
- positive_sign             ""
- negative_sign             "<U002D>"
-@@ -79,8 +80,8 @@
- 
+@@ -80,7 +81,7 @@
  LC_NUMERIC
  decimal_point             "<U002C>"
--thousands_sep             "<U0020>"
+ thousands_sep             "<U0020>"
 -grouping                  0;0
-+thousands_sep             "<U00A0>"
 +grouping                  3;3
  END LC_NUMERIC
  
@@ -134,10 +123,10 @@
 +lang_term "<U0066><U0072><U0061>"
 +lang_lib  "<U0066><U0072><U0065>"
  END LC_ADDRESS
-Index: glibc-2.3.5/localedata/locales/fr_CH
+Index: glibc-2.3.6/localedata/locales/fr_CH
 ===================================================================
---- glibc-2.3.5.orig/localedata/locales/fr_CH
-+++ glibc-2.3.5/localedata/locales/fr_CH
+--- glibc-2.3.6.orig/localedata/locales/fr_CH
++++ glibc-2.3.6/localedata/locales/fr_CH
 @@ -43,6 +43,7 @@
  category  "fr_CH:2000";LC_NAME
  category  "fr_CH:2000";LC_ADDRESS
@@ -196,10 +185,10 @@
 +lang_term "<U0066><U0072><U0061>"
 +lang_lib  "<U0066><U0072><U0065>"
  END LC_ADDRESS
-Index: glibc-2.3.5/localedata/locales/fr_FR
+Index: glibc-2.3.6/localedata/locales/fr_FR
 ===================================================================
---- glibc-2.3.5.orig/localedata/locales/fr_FR
-+++ glibc-2.3.5/localedata/locales/fr_FR
+--- glibc-2.3.6.orig/localedata/locales/fr_FR
++++ glibc-2.3.6/localedata/locales/fr_FR
 @@ -42,6 +42,7 @@
  category  "fr_FR:2000";LC_NAME
  category  "fr_FR:2000";LC_ADDRESS
@@ -208,22 +197,13 @@
  
  END LC_IDENTIFICATION
  
-@@ -71,7 +72,7 @@
- int_curr_symbol           "<U0045><U0055><U0052><U0020>"
- currency_symbol           "<U20AC>"
- mon_decimal_point         "<U002C>"
--mon_thousands_sep         "<U0020>"
-+mon_thousands_sep         "<U00A0>"
- mon_grouping              3;3
- positive_sign             ""
- negative_sign             "<U002D>"
 @@ -87,8 +88,8 @@
  
  LC_NUMERIC
  decimal_point             "<U002C>"
 -thousands_sep             ""
 -grouping                  0;0
-+thousands_sep             "<U00A0>"
++thousands_sep             "<U0020>"
 +grouping                  3;3
  END LC_NUMERIC
  
@@ -267,10 +247,10 @@
 +lang_term "<U0066><U0072><U0061>"
 +lang_lib  "<U0066><U0072><U0065>"
  END LC_ADDRESS
-Index: glibc-2.3.5/localedata/locales/fr_LU
+Index: glibc-2.3.6/localedata/locales/fr_LU
 ===================================================================
---- glibc-2.3.5.orig/localedata/locales/fr_LU
-+++ glibc-2.3.5/localedata/locales/fr_LU
+--- glibc-2.3.6.orig/localedata/locales/fr_LU
++++ glibc-2.3.6/localedata/locales/fr_LU
 @@ -42,6 +42,7 @@
  category  "fr_LU:2000";LC_NAME
  category  "fr_LU:2000";LC_ADDRESS
@@ -279,22 +259,13 @@
  
  END LC_IDENTIFICATION
  
-@@ -62,7 +63,7 @@
- int_curr_symbol           "<U0045><U0055><U0052><U0020>"
- currency_symbol           "<U20AC>"
- mon_decimal_point         "<U002C>"
--mon_thousands_sep         "<U0020>"
-+mon_thousands_sep         "<U00A0>"
- mon_grouping              3;3
- positive_sign             ""
- negative_sign             "<U002D>"
 @@ -78,8 +79,8 @@
  
  LC_NUMERIC
  decimal_point             "<U002C>"
 -thousands_sep             ""
 -grouping                  0;0
-+thousands_sep             "<U00A0>"
++thousands_sep             "<U0020>"
 +grouping                  3;3
  END LC_NUMERIC
  



Reply to: