Problem description: Steps to reproduce: 1. Right click on a cell, select "Format Cell" 2. In "Category" select currency. 3. Under "Format" a combo box to select the currency will appear. 4. Search for "CRC ¢ Spanish (Costa Rica)" Current behavior: The symbol currently used for this currency is ¢ (cent in other currencies), whereas the official one, which is already reserved in Unicode as U+20A1 and rendered as ₡ (Two slanted bars crossing a capital 'C')., isn't used. The current format code is: [$¢-140A] #,##0.00;[RED]-[$¢-140A] #,##0.00 Expected behavior: Just substituting the cent symbol for the colon symbol: The description should be: "CRC ₡ Spanish (Costa Rica)" The correct format code should be: [$₡-140A] #,##0.00;[RED]-[$₡-140A] #,##0.00 More information on the symbol: https://en.wikipedia.org/wiki/Costa_Rican_col%C3%B3n Thanks for looking into this! Greetings from the rainy Costa Rica. Operating System: Linux (Other) Version: 4.2.6.2 release
Thank you for your bug report.
On pc Debian x86-64 with master sources updated yesterday, I could reproduce this.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=aa33dd16b0e3075f28c56656678c0f5cb7642222 Resolves fdo#84260: Wrong CRC Costa Rica currency symbol The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Gerrit review for 4.3 branch: https://gerrit.libreoffice.org/11635 Let's wiat for the review before putting this one to FIXED.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d75c75e50e96bec00305258fcc8961c6e780db3f&h=libreoffice-4-3 Resolves fdo#84260: Wrong CRC Costa Rica currency symbol It will be available in LibreOffice 4.3.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Let's put this one to FIXED now. (Have in mind it's ok from future 4.3.3, see https://wiki.documentfoundation.org/ReleasePlan#4.3_release)
Also needs http://cgit.freedesktop.org/libreoffice/core/commit/?id=aa1c549e65d103910904a75d19672240da10cc54 on master and https://gerrit.libreoffice.org/11849 pending review for 4-3