public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/5777] New: AM/PM format for es_CR
@ 2008-02-20  7:11 aurelien at aurel32 dot net
  2008-03-04 15:32 ` [Bug localedata/5777] " drepper at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2008-02-20  7:11 UTC (permalink / raw)
  To: glibc-bugs

The Costa Rica is using the AM/PM format for date time. See the links below:
http://www.casapres.go.cr/
http://www.una.ac.cr/
http://www.ucr.ac.cr/

The patch below defines the AM/PM format for the es_CR locale.

--- localedata/locales/es_CR.orig
+++ localedata/locales/es_CR
@@ -108,8 +108,8 @@ mon     "<U0065><U006E><U0065><U0072><U0
 
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
 d_fmt   "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
 t_fmt   "<U0025><U0054>"
-am_pm   "";""
-t_fmt_ampm ""
+am_pm   "<U0041><U002E><U004D><U002E>";"<U0050><U002E><U004D><U002E>"
+t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070>"
 date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"

-- 
           Summary: AM/PM format for es_CR
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=5777

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/5777] AM/PM format for es_CR
  2008-02-20  7:11 [Bug localedata/5777] New: AM/PM format for es_CR aurelien at aurel32 dot net
@ 2008-03-04 15:32 ` drepper at redhat dot com
  2008-03-05 10:03 ` aurelien at aurel32 dot net
  2008-03-08  1:10 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2008-03-04 15:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-03-04 15:31 -------
It seems to be either AM/PM or a.m./p.m.

But nowhere it is A.M./P.M.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=5777

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/5777] AM/PM format for es_CR
  2008-02-20  7:11 [Bug localedata/5777] New: AM/PM format for es_CR aurelien at aurel32 dot net
  2008-03-04 15:32 ` [Bug localedata/5777] " drepper at redhat dot com
@ 2008-03-05 10:03 ` aurelien at aurel32 dot net
  2008-03-08  1:10 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2008-03-05 10:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aurelien at aurel32 dot net  2008-03-05 10:02 -------
> It seems to be either AM/PM or a.m./p.m.
> 
> But nowhere it is A.M./P.M.

Oops you are right this is a mistake in my patch. The correct format is 
a.m./p.m. as defined by the Royal Spanish Academy:
http://buscon.rae.es/dpdI/SrvltGUIBusDPD?origen=RAE&lema=ante%20mer%EDdiem
http://buscon.rae.es/dpdI/SrvltGUIBusDPD?origen=RAE&lema=post%20mer%EDdiem

The patch below should be correct now.

--- localedata/locales/es_CR     30 Jul 2006 22:19:44 -0000
+++ localedata/locales/es_CR  20 Feb 2008 07:00:28 -0000
@@ -108,8 +108,8 @@ mon     "<U0065><U006E><U0065><U0072><U0
 
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
 d_fmt   "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
 t_fmt   "<U0025><U0054>"
-am_pm   "";""
-t_fmt_ampm ""
+am_pm   "<U0061><U002E><U006D><U002E>";"<U0070><U002E><U006D><U002E>"
+t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070>"
 date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5777

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/5777] AM/PM format for es_CR
  2008-02-20  7:11 [Bug localedata/5777] New: AM/PM format for es_CR aurelien at aurel32 dot net
  2008-03-04 15:32 ` [Bug localedata/5777] " drepper at redhat dot com
  2008-03-05 10:03 ` aurelien at aurel32 dot net
@ 2008-03-08  1:10 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2008-03-08  1:10 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-03-08 01:09 -------
I've checked in the changes.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=5777

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/5777] AM/PM format for es_CR
       [not found] <bug-5777-131@http.sourceware.org/bugzilla/>
@ 2014-07-02  7:22 ` fweimer at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-02  7:22 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=5777

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-02  7:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-20  7:11 [Bug localedata/5777] New: AM/PM format for es_CR aurelien at aurel32 dot net
2008-03-04 15:32 ` [Bug localedata/5777] " drepper at redhat dot com
2008-03-05 10:03 ` aurelien at aurel32 dot net
2008-03-08  1:10 ` drepper at redhat dot com
     [not found] <bug-5777-131@http.sourceware.org/bugzilla/>
2014-07-02  7:22 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).