Bug 15221

Summary: Typo in the postal_fmt field of ia_FR locale
Product: glibc Reporter: Nik Kalach <nik.kalach>
Component: localedataAssignee: Andreas Jaeger <aj>
Status: RESOLVED FIXED    
Severity: normal CC: aj, libc-locales
Priority: P2 Flags: fweimer: security-
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Attachments: postal_fmt patch for ia_FR locale

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