From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16605 invoked by alias); 16 Nov 2011 08:13:26 -0000 Received: (qmail 16595 invoked by uid 22791); 16 Nov 2011 08:13:24 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,LOTS_OF_MONEY X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Nov 2011 08:13:10 +0000 From: "martin.pitt at ubuntu dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug localedata/13413] New: Wrong placement of monetary symbol in nl_BE Date: Wed, 16 Nov 2011 08:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: martin.pitt at ubuntu dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sources dot redhat.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00040.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D13413 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: =E2=82=AC 2,50 2,50 EUR However, with the current nl_BE locale I get the following: 2,50 =E2=82=AC 2,50 EUR >>From looking at the LC_MONETARY file, I believe this could be fixed by cha= nging "p_cs_precedes=3D0" to "p_cs_precedes=3D1" (as a side note, the Dutch nl_NL monetary rules are correct =E2=82=AC 2,50 EUR 2,50 ) reference: http://taaladvies.net/taal/advies/vraag/1178 (Dutch) (site of the Dutch language union) --=20 Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are on the CC list for the bug.