From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14367 invoked by alias); 4 Mar 2013 00:47:22 -0000 Received: (qmail 14165 invoked by uid 48); 4 Mar 2013 00:46:06 -0000 From: "nik.kalach at inbox dot ru" To: glibc-bugs@sourceware.org Subject: [Bug localedata/15221] New: Typo in the postal_fmt field of ia_FR locale Date: Mon, 04 Mar 2013 00:47: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: nik.kalach at inbox dot ru X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org 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" 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: 2013-03/txt/msg00010.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15221 Bug #: 15221 Summary: Typo in the postal_fmt field of ia_FR locale Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: localedata AssignedTo: unassigned@sourceware.org ReportedBy: nik.kalach@inbox.ru CC: libc-locales@sourceware.org Classification: Unclassified ia_FR locale is missing escape symbol '%' before 't' in the postal_fmt definition in section LC_ADDRESS. The current postal_fmt with the error: $ LANG=ia_FR.utf8 locale -k postal_fmt postal_fmt="%f%N%a%N%d%N%b%N%st%ht%et%r%N%zt%T%N%c%N" The attached patch corrects the postal_fmt. The result after the patch: $ LANG=ia_FR.utf8 locale -k postal_fmt postal_fmt="%f%N%a%N%d%N%b%N%s%t%h%t%e%t%r%N%z%t%T%N%c%N" -- 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.