This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/13413] New: Wrong placement of monetary symbol in nl_BE


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@sources.redhat.com
        ReportedBy: martin.pitt@ubuntu.com
    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 on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]