[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - i18npool/source

Julien Nabet serval2412 at yahoo.fr
Thu Sep 25 01:20:56 PDT 2014


 i18npool/source/localedata/data/es_CR.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d75c75e50e96bec00305258fcc8961c6e780db3f
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Sep 24 22:20:56 2014 +0200

    Resolves fdo#84260: Wrong CRC Costa Rica currency symbol
    
    See https://en.wikipedia.org/wiki/Costa_Rican_col%C3%B3n
    
    Cherry-picked from aa33dd16b0e3075f28c56656678c0f5cb7642222
    
    Change-Id: I6c30b2bd244f2ea40d56c812673922f27f5d53c8
    Reviewed-on: https://gerrit.libreoffice.org/11635
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/i18npool/source/localedata/data/es_CR.xml b/i18npool/source/localedata/data/es_CR.xml
index 2513623..6a04a8e 100644
--- a/i18npool/source/localedata/data/es_CR.xml
+++ b/i18npool/source/localedata/data/es_CR.xml
@@ -143,22 +143,22 @@
       <FormatCode>#.###,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY"  formatindex="12">
-      <FormatCode>[$¢-140A] #.##0;-[$¢-140A] #.##0</FormatCode>
+      <FormatCode>[$â‚¡-140A] #.##0;-[$â‚¡-140A] #.##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY"  formatindex="13">
-      <FormatCode>[$¢-140A] #.##0,00;-[$¢-140A] #.##0,00</FormatCode>
+      <FormatCode>[$â‚¡-140A] #.##0,00;-[$â‚¡-140A] #.##0,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY"  formatindex="14">
-      <FormatCode>[$¢-140A] #.##0;[RED]-[$¢-140A] #.##0</FormatCode>
+      <FormatCode>[$â‚¡-140A] #.##0;[RED]-[$â‚¡-140A] #.##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY"  formatindex="15">
-      <FormatCode>[$¢-140A] #.##0,00;[RED]-[$¢-140A] #.##0,00</FormatCode>
+      <FormatCode>[$â‚¡-140A] #.##0,00;[RED]-[$â‚¡-140A] #.##0,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
       <FormatCode>#.##0,00 CCC</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY"  formatindex="17">
-      <FormatCode>[$¢-140A] #.##0,--;[RED]-[$¢-140A] #.##0,--</FormatCode>
+      <FormatCode>[$â‚¡-140A] #.##0,--;[RED]-[$â‚¡-140A] #.##0,--</FormatCode>
     </FormatElement>
     <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER"  formatindex="8">
       <FormatCode>0%</FormatCode>
@@ -180,7 +180,7 @@
   <LC_CURRENCY>
     <Currency default="true" usedInCompatibleFormatCodes="true">
       <CurrencyID>CRC</CurrencyID>
-      <CurrencySymbol>¢</CurrencySymbol>
+      <CurrencySymbol>â‚¡</CurrencySymbol>
       <BankSymbol>CRC</BankSymbol>
       <CurrencyName>Colon</CurrencyName>
       <DecimalPlaces>2</DecimalPlaces>


More information about the Libreoffice-commits mailing list