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

Bug#459217: Wrong mon_decimal_point for pt_PT



Package: glibc
Severity: important
Tags: patch
Usertags: origin-ubuntu hardy

The $ was the portuguese currency decimal point before the euro.

Current:
5$10 €

Expected:
5,10 €

I've attached a patch to fix this bug. Thanks to xhaker (Flávio Martins) for the patch.

--
Marco Rodrigues

http://Marco.Tondela.org
diff -Naur glibc-2.7.orig/localedata/locales/pt_PT glibc-2.7/localedata/locales/pt_PT
--- glibc-2.7.orig/localedata/locales/pt_PT	2006-07-30 23:19:43.000000000 +0100
+++ glibc-2.7/localedata/locales/pt_PT	2008-01-04 15:38:19.000000000 +0000
@@ -65,7 +65,7 @@
 LC_MONETARY
 int_curr_symbol           "<U0045><U0055><U0052><U0020>"
 currency_symbol           "<U20AC>"
-mon_decimal_point         "<U0024>"
+mon_decimal_point         "<U002C>"
 mon_thousands_sep         "<U002E>"
 mon_grouping              3;3
 positive_sign             ""

Reply to: