Bug 15221 - Typo in the postal_fmt field of ia_FR locale
Summary: Typo in the postal_fmt field of ia_FR locale
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andreas Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 00:46 UTC by Nik Kalach
Modified: 2014-06-13 18:45 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
postal_fmt patch for ia_FR locale (525 bytes, patch)
2013-03-04 00:48 UTC, Nik Kalach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nik Kalach 2013-03-04 00:46:06 UTC
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"
Comment 1 Nik Kalach 2013-03-04 00:48:04 UTC
Created attachment 6915 [details]
postal_fmt patch for ia_FR locale
Comment 2 Andreas Jaeger 2013-04-27 14:56:39 UTC
Thanks, I committed this now for glibc 2.18:

commit d5ba74f76461d2eaca738413cd49bf28bebff2f1
Author: Nik Kalach <nikka@fedoraproject.org>
Date:   Sat Apr 27 16:54:14 2013 +0200