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

View: New views
3 Messages — Rating Filter:   Alert me  

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

by Bugzilla from sourceware-bugzilla@sourceware.org :: Rate this Message:

| View Threaded | Show Only this Message

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.

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

by Bugzilla from sourceware-bugzilla@sourceware.org :: Rate this Message:

| View Threaded | Show Only this Message

http://sourceware.org/bugzilla/show_bug.cgi?id=13413

--- Comment #1 from Martin Pitt <martin.pitt at ubuntu dot com> 2011-11-16 08:14:59 UTC ---
Created attachment 6058
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6058
patch

This patch copies the nl_NL monetary rules instead of the French ones, which
seems more appropriate and robust.

--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

by Bugzilla from sourceware-bugzilla@sourceware.org :: Rate this Message:

| View Threaded | Show Only this Message

http://sourceware.org/bugzilla/show_bug.cgi?id=13413

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |drepper.fsp at gmail dot
                   |                            |com
         Resolution|                            |FIXED

--- Comment #2 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-12-22 16:30:53 UTC ---
I added the change.

--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.