Wrong d_fmt definition in pl_PL locale

Bug #184405 reported by Paweł Moll
0
Affects Status Importance Assigned to Milestone
langpack-locales (Ubuntu)
Fix Released
Undecided
Martin Pitt

Bug Description

Ubuntu 7.10, file /usr/share/i18n/locales/pl_PL, line 215:

d_fmt "<U0025><U002D><U0064><U0020><U0025><U0062><U0020><U0025><U0059>"

This data format definition gives:

$ LC_ALL=pl_PL.UTF8 locale -k d_fmt
d_fmt="%-d %b %Y"

Minus sign is wrong here, isn't it? A symptom of this problem is (among others I believe) a problem with Evolution calendar: https://bugs.launchpad.net/evolution/+bug/32089

Assuming that "%d %b %Y" format is correct for polish date (that's another discussion ;-), the definition should be:

d_fmt "<U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059>"

--- bad/pl_PL 2007-08-24 17:02:18.000000000 +0100
+++ ok/pl_PL 2008-01-19 18:56:21.000000000 +0000
@@ -212,7 +212,7 @@
 d_t_fmt "<U0025><U0061><U002C><U0020>/
 <U0025><U002D><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U002C><U0020>/
 <U0025><U0054>"
-d_fmt "<U0025><U002D><U0064><U0020><U0025><U0062><U0020><U0025><U0059>"
+d_fmt "<U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059>"
 t_fmt "<U0025><U0054>"
 am_pm "";""
 t_fmt_ampm ""

Martin Pitt (pitti)
Changed in langpack-locales:
assignee: nobody → pitti
status: New → In Progress
Martin Pitt (pitti)
Changed in langpack-locales:
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package langpack-locales - 2.7.9-1

---------------
langpack-locales (2.7.9-1) hardy; urgency=low

  * Synchronize to locales data from glibc 2.7-9.
    - Now includes pl_PL_dateformat.patch, drop patch.
    - Fixes pt_PT monetary decimal point. (LP: #111791)
    - Fixes pl_PL date format. (LP: #184405)
    - Adds AM/PM for es_VE. (LP: #119645)
  * Tag our remaining patches.
  * Add debian/patches/en_IE-am_pm.patch: Add AM/PM definition for en_IE.
    (LP: #199899)
  * Add debian/patches/eo_US.patch: Add eo_US locale, thanks to David
    Mandelberg. (LP: #1918)
  * Add debian/patches/es-am_pm.patch: Add AM/PM defintion for es_ES
    (LP: #51255) and es_MX (LP: #106381)
  * Add debian/patches/es_CR-first-weekday.patch: Fix first weekday and
    workday for es_CR. (LP: #149007)
  * Add debian/patches/en_AU-first-weekday.patch: Fix first weekday and
    workday for en_AU. (LP: #192507)

 -- Martin Pitt <email address hidden> Tue, 11 Mar 2008 13:10:48 +0100

Changed in langpack-locales:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.