http://sourceware.org/bugzilla/show_bug.cgi?id=13413 Bug #: 13413
Summary: Wrong placement of monetary symbol in nl_BE
Product: glibc
Version: 2.14
Status: NEW
Severity: normal
Priority: P2
Component: localedata
AssignedTo:
libc-locales@...
ReportedBy:
martin.pitt@...
Classification: Unclassified
(Forwarded from
https://launchpad.net/bugs/586742)
In Flemish the rules for the eurosign are as follows:
€ 2,50
2,50 EUR
However, with the current nl_BE locale I get the following:
2,50 €
2,50 EUR
From looking at the LC_MONETARY file, I believe this could be fixed by changing
"p_cs_precedes=0" to "p_cs_precedes=1"
(as a side note, the Dutch nl_NL monetary rules are correct
€ 2,50
EUR 2,50 )
reference:
http://taaladvies.net/taal/advies/vraag/1178 (Dutch) (site of the
Dutch language union)
--
Configure bugmail:
http://sourceware.org/bugzilla/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.