summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2009-06-10 22:09:40 +0000
committeredwin <edwin@FreeBSD.org>2009-06-10 22:09:40 +0000
commit2bb27cf8108ac15cd291fdb8a42b1ff2481085be (patch)
tree2ddd19d5e653b2744504ccdceb51127f730c2fb4 /share/monetdef
parentce615f7cba5eca04ee9d22e96e6cfc031870ef1a (diff)
downloadFreeBSD-src-2bb27cf8108ac15cd291fdb8a42b1ff2481085be.zip
FreeBSD-src-2bb27cf8108ac15cd291fdb8a42b1ff2481085be.tar.gz
Add euro symbol to pt_PT locale using other encodings
PR: conf/98815 Submitted by: Rui Lopes <rgl@ruilopes.com> MFC after: 1 week
Diffstat (limited to 'share/monetdef')
-rw-r--r--share/monetdef/Makefile6
-rw-r--r--share/monetdef/pt_PT.ISO8859-15.src36
-rw-r--r--share/monetdef/pt_PT.UTF-8.src36
3 files changed, 76 insertions, 2 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index da5fc65..f5599b5 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -52,6 +52,8 @@ LOCALES= af_ZA.ISO8859-1 \
pl_PL.UTF-8 \
pt_BR.ISO8859-1 \
pt_PT.ISO8859-1 \
+ pt_PT.ISO8859-15 \
+ pt_PT.UTF-8 \
ro_RO.ISO8859-2 \
ru_RU.CP1251 \
ru_RU.CP866 \
@@ -105,12 +107,12 @@ ISO8859-1_ISO8859-1= ca_ES:ca_AD ca_ES:ca_FR ca_ES:ca_IT es_ES:eu_ES \
ISO8859-1_ISO8859-15= af_ZA ca_AD ca_ES ca_FR ca_IT da_DK de_AT de_CH de_DE \
en_AU en_CA en_GB en_NZ en_US es_ES \
fi_FI fr_BE fr_CA fr_CH fr_FR \
- is_IS it_IT it_CH nl_BE nl_NL nb_NO nn_NO no_NO pt_PT sv_SE
+ is_IS it_IT it_CH nl_BE nl_NL nb_NO nn_NO no_NO sv_SE
ISO8859-1_US-ASCII= en_AU en_CA en_GB en_NZ en_US
ISO8859-1_UTF-8= af_ZA ca_AD ca_ES ca_FR ca_IT da_DK de_AT de_CH de_DE \
en_AU en_CA en_NZ en_US es_ES \
fi_FI fr_BE fr_CA fr_FR is_IS it_IT nl_BE \
- nl_NL nb_NO nn_NO no_NO pt_BR pt_PT sv_SE
+ nl_NL nb_NO nn_NO no_NO pt_BR sv_SE
ISO8859-2_UTF-8= hr_HR hu_HU ro_RO sk_SK sl_SI sr_YU
ISO8859-7_UTF-8= el_GR
ISO8859-9_UTF-8= tr_TR
diff --git a/share/monetdef/pt_PT.ISO8859-15.src b/share/monetdef/pt_PT.ISO8859-15.src
new file mode 100644
index 0000000..03c551c
--- /dev/null
+++ b/share/monetdef/pt_PT.ISO8859-15.src
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol (last character always SPACE)
+EUR
+# currency_symbol
+# mon_decimal_point
+,
+# mon_thousands_sep
+.
+# mon_grouping, separated by ;
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+2
+# frac_digits
+2
+# p_cs_precedes
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
diff --git a/share/monetdef/pt_PT.UTF-8.src b/share/monetdef/pt_PT.UTF-8.src
new file mode 100644
index 0000000..26548c7
--- /dev/null
+++ b/share/monetdef/pt_PT.UTF-8.src
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol (last character always SPACE)
+EUR
+# currency_symbol
+€
+# mon_decimal_point
+,
+# mon_thousands_sep
+.
+# mon_grouping, separated by ;
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+2
+# frac_digits
+2
+# p_cs_precedes
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
OpenPOWER on IntegriCloud