svn commit: r193962 - head/share/monetdef
Edwin Groothuis
edwin at FreeBSD.org
Wed Jun 10 22:09:41 UTC 2009
Author: edwin
Date: Wed Jun 10 22:09:40 2009
New Revision: 193962
URL: http://svn.freebsd.org/changeset/base/193962
Log:
Add euro symbol to pt_PT locale using other encodings
PR: conf/98815
Submitted by: Rui Lopes <rgl at ruilopes.com>
MFC after: 1 week
Added:
head/share/monetdef/pt_PT.ISO8859-15.src (contents, props changed)
head/share/monetdef/pt_PT.UTF-8.src (contents, props changed)
Modified:
head/share/monetdef/Makefile
Modified: head/share/monetdef/Makefile
==============================================================================
--- head/share/monetdef/Makefile Wed Jun 10 21:55:38 2009 (r193961)
+++ head/share/monetdef/Makefile Wed Jun 10 22:09:40 2009 (r193962)
@@ -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:c
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
Added: head/share/monetdef/pt_PT.ISO8859-15.src
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/monetdef/pt_PT.ISO8859-15.src Wed Jun 10 22:09:40 2009 (r193962)
@@ -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
Added: head/share/monetdef/pt_PT.UTF-8.src
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/monetdef/pt_PT.UTF-8.src Wed Jun 10 22:09:40 2009 (r193962)
@@ -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
More information about the svn-src-all
mailing list