This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/15221] New: Typo in the postal_fmt field of ia_FR locale


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]