svn commit: r253414 - head/share/monetdef

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 17 10:12:34 UTC 2013


Author: bapt
Date: Wed Jul 17 10:12:31 2013
New Revision: 253414
URL: http://svnweb.freebsd.org/changeset/base/253414

Log:
  For all european contries using the euro currency, add an UTF-8 definition with the proper Euro symbol
  
  MFC after:	1 week

Added:
  head/share/monetdef/ca_ES.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/ca_ES.ISO8859-1.src
  head/share/monetdef/de_AT.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/de_AT.ISO8859-1.src
  head/share/monetdef/de_DE.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/de_DE.ISO8859-1.src
  head/share/monetdef/el_GR.UTF-8.src
     - copied unchanged from r253413, head/share/monetdef/el_GR.ISO8859-7.src
  head/share/monetdef/es_ES.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/es_ES.ISO8859-1.src
  head/share/monetdef/fi_FI.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/fi_FI.ISO8859-1.src
  head/share/monetdef/fr_BE.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/fr_BE.ISO8859-1.src
  head/share/monetdef/fr_FR.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/fr_FR.ISO8859-1.src
  head/share/monetdef/it_IT.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/it_IT.ISO8859-1.src
  head/share/monetdef/nl_BE.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/nl_BE.ISO8859-1.src
  head/share/monetdef/nl_NL.UTF-8.src
     - copied, changed from r253413, head/share/monetdef/nl_NL.ISO8859-1.src
Modified:
  head/share/monetdef/Makefile

Modified: head/share/monetdef/Makefile
==============================================================================
--- head/share/monetdef/Makefile	Wed Jul 17 08:45:27 2013	(r253413)
+++ head/share/monetdef/Makefile	Wed Jul 17 10:12:31 2013	(r253414)
@@ -9,13 +9,17 @@ LOCALES=	af_ZA.ISO8859-1 \
 		bg_BG.CP1251 \
 		bg_BG.UTF-8 \
 		ca_ES.ISO8859-1 \
+		ca_ES.UTF-8 \
 		cs_CZ.ISO8859-2 \
 		cs_CZ.UTF-8 \
 		da_DK.ISO8859-1 \
 		de_AT.ISO8859-1 \
+		de_AT.UTF-8 \
 		de_CH.ISO8859-1 \
 		de_DE.ISO8859-1 \
+		de_DE.UTF-8 \
 		el_GR.ISO8859-7 \
+		el_GR.UTF-8 \
 		en_AU.ISO8859-1 \
 		en_CA.ISO8859-1 \
 		en_GB.ISO8859-1 \
@@ -24,11 +28,15 @@ LOCALES=	af_ZA.ISO8859-1 \
 		en_NZ.ISO8859-1 \
 		en_US.ISO8859-1 \
 		es_ES.ISO8859-1 \
+		es_ES.UTF-8 \
 		et_EE.ISO8859-15 \
 		fi_FI.ISO8859-1 \
+		fi_FI.UTF-8 \
 		fr_BE.ISO8859-1 \
+		fr_BE.UTF-8 \
 		fr_CA.ISO8859-1 \
 		fr_FR.ISO8859-1 \
+		fr_FR.UTF-8 \
 		he_IL.UTF-8 \
 		hi_IN.ISCII-DEV \
 		hr_HR.ISO8859-2 \
@@ -37,6 +45,7 @@ LOCALES=	af_ZA.ISO8859-1 \
 		hy_AM.UTF-8 \
 		is_IS.ISO8859-1 \
 		it_IT.ISO8859-1 \
+		it_IT.UTF-8 \
 		ja_JP.eucJP \
 		ja_JP.UTF-8 \
 		kk_KZ.PT154 \
@@ -47,7 +56,9 @@ LOCALES=	af_ZA.ISO8859-1 \
 		lv_LV.ISO8859-13 \
 		mn_MN.UTF-8 \
 		nl_BE.ISO8859-1 \
+		nl_BE.UTF-8 \
 		nl_NL.ISO8859-1 \
+		nl_NL.UTF-8 \
 		no_NO.ISO8859-1 \
 		pl_PL.ISO8859-2 \
 		pl_PL.UTF-8 \

Copied and modified: head/share/monetdef/ca_ES.UTF-8.src (from r253413, head/share/monetdef/ca_ES.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/ca_ES.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/ca_ES.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/de_AT.UTF-8.src (from r253413, head/share/monetdef/de_AT.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/de_AT.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/de_AT.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/de_DE.UTF-8.src (from r253413, head/share/monetdef/de_DE.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/de_DE.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/de_DE.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied: head/share/monetdef/el_GR.UTF-8.src (from r253413, head/share/monetdef/el_GR.ISO8859-7.src)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/share/monetdef/el_GR.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414, copy of r253413, head/share/monetdef/el_GR.ISO8859-7.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
+Eu
+# mon_decimal_point
+,
+# mon_thousands_sep
+.
+# mon_grouping
+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

Copied and modified: head/share/monetdef/es_ES.UTF-8.src (from r253413, head/share/monetdef/es_ES.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/es_ES.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/es_ES.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/fi_FI.UTF-8.src (from r253413, head/share/monetdef/fi_FI.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/fi_FI.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/fi_FI.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/fr_BE.UTF-8.src (from r253413, head/share/monetdef/fr_BE.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/fr_BE.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/fr_BE.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/fr_FR.UTF-8.src (from r253413, head/share/monetdef/fr_FR.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/fr_FR.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/fr_FR.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/it_IT.UTF-8.src (from r253413, head/share/monetdef/it_IT.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/it_IT.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/it_IT.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/nl_BE.UTF-8.src (from r253413, head/share/monetdef/nl_BE.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/nl_BE.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/nl_BE.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep

Copied and modified: head/share/monetdef/nl_NL.UTF-8.src (from r253413, head/share/monetdef/nl_NL.ISO8859-1.src)
==============================================================================
--- head/share/monetdef/nl_NL.ISO8859-1.src	Wed Jul 17 08:45:27 2013	(r253413, copy source)
+++ head/share/monetdef/nl_NL.UTF-8.src	Wed Jul 17 10:12:31 2013	(r253414)
@@ -6,7 +6,7 @@
 # int_curr_symbol (last character always SPACE)
 EUR 
 # currency_symbol
-Eu
+€
 # mon_decimal_point
 ,
 # mon_thousands_sep


More information about the svn-src-all mailing list