Date: Wed, 17 Jun 2009 03:15:23 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r194327 - stable/7/share/monetdef Message-ID: <200906170315.n5H3FNBX061065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Wed Jun 17 03:15:23 2009 New Revision: 194327 URL: http://svn.freebsd.org/changeset/base/194327 Log: MFC of 193962 Add euro symbol to pt_PT locale using other encodings PR: conf/98815 Submitted by: Rui Lopes <rgl@ruilopes.com> Added: stable/7/share/monetdef/pt_PT.ISO8859-15.src - copied unchanged from r193962, head/share/monetdef/pt_PT.ISO8859-15.src stable/7/share/monetdef/pt_PT.UTF-8.src - copied unchanged from r193962, head/share/monetdef/pt_PT.UTF-8.src Modified: stable/7/share/monetdef/ (props changed) stable/7/share/monetdef/Makefile Modified: stable/7/share/monetdef/Makefile ============================================================================== --- stable/7/share/monetdef/Makefile Wed Jun 17 03:14:18 2009 (r194326) +++ stable/7/share/monetdef/Makefile Wed Jun 17 03:15:23 2009 (r194327) @@ -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 Copied: stable/7/share/monetdef/pt_PT.ISO8859-15.src (from r193962, head/share/monetdef/pt_PT.ISO8859-15.src) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ stable/7/share/monetdef/pt_PT.ISO8859-15.src Wed Jun 17 03:15:23 2009 (r194327, copy of r193962, head/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 Copied: stable/7/share/monetdef/pt_PT.UTF-8.src (from r193962, head/share/monetdef/pt_PT.UTF-8.src) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ stable/7/share/monetdef/pt_PT.UTF-8.src Wed Jun 17 03:15:23 2009 (r194327, copy of r193962, head/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906170315.n5H3FNBX061065>