public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/192] monthname abbrev more than 3 chars?
  2004-05-31 11:44 [Bug localedata/192] New: monthname abbrev more than 3 chars? egmont at uhulinux dot hu
@ 2004-05-31 11:44 ` egmont at uhulinux dot hu
  2004-07-21  7:25 ` pere at hungry dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: egmont at uhulinux dot hu @ 2004-05-31 11:44 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From egmont at uhulinux dot hu  2004-05-31 11:44 -------
Created an attachment (id=96)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=96&action=view)
correct hungarian month name abbrevs


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=192

------- 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] 6+ messages in thread

* [Bug localedata/192] New: monthname abbrev more than 3 chars?
@ 2004-05-31 11:44 egmont at uhulinux dot hu
  2004-05-31 11:44 ` [Bug localedata/192] " egmont at uhulinux dot hu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: egmont at uhulinux dot hu @ 2004-05-31 11:44 UTC (permalink / raw)
  To: glibc-bugs

In Hungarian the official abbreviation of some monthnames are longer than 3
chars (4 or 5). Please see the attached patch.

Is it right to have month name abbreviations that are longer than 3 chars in
libc? It causes troubles in some applications, e.g. mc goes stupid, and listing
within ncftp and "ls -l --time-style=locale" looks a bit silly. However, IMHO
it's better if libc provides correct monthnames and the application does some
workaround if it cannot handle more than three chars.

Furthermore, if there existed a format string to strftime() which told to
display %b in no more than 3 chars, it would help applications (e.g. mc).
(Please consider this a feature request :-)

-- 
           Summary: monthname abbrev more than 3 chars?
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: minor
          Priority: P2
         Component: localedata
        AssignedTo: pere at hungry dot com
        ReportedBy: egmont at uhulinux dot hu
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=192

------- 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] 6+ messages in thread

* [Bug localedata/192] monthname abbrev more than 3 chars?
  2004-05-31 11:44 [Bug localedata/192] New: monthname abbrev more than 3 chars? egmont at uhulinux dot hu
  2004-05-31 11:44 ` [Bug localedata/192] " egmont at uhulinux dot hu
@ 2004-07-21  7:25 ` pere at hungry dot com
  2005-10-14 20:28 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pere at hungry dot com @ 2004-07-21  7:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pere at hungry dot com  2004-07-21 07:25 -------
Hungarian is not the only locale with month apprevations longer than
3 chars.  The nn_NO locale have one "lau " value in LC_CTIME:abday, while the rest of the strings are thre chars.
I'm not sure if it is a good thing.  As you mention, a lot of programs
expect all week day apprevations to have the same length - 3 chars.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=192

------- 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] 6+ messages in thread

* [Bug localedata/192] monthname abbrev more than 3 chars?
  2004-05-31 11:44 [Bug localedata/192] New: monthname abbrev more than 3 chars? egmont at uhulinux dot hu
  2004-05-31 11:44 ` [Bug localedata/192] " egmont at uhulinux dot hu
  2004-07-21  7:25 ` pere at hungry dot com
@ 2005-10-14 20:28 ` drepper at redhat dot com
  2005-10-17 10:39 ` egmont at uhulinux dot hu
  2006-05-01 17:55 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2005-10-14 20:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-10-14 20:27 -------
There is nothing wrong with longer abbreviations.  The important thing is they
are understandable by the audience.  The rest are bugs in the applications
making wrong assumptions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drepper at redhat dot com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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

------- 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] 6+ messages in thread

* [Bug localedata/192] monthname abbrev more than 3 chars?
  2004-05-31 11:44 [Bug localedata/192] New: monthname abbrev more than 3 chars? egmont at uhulinux dot hu
                   ` (2 preceding siblings ...)
  2005-10-14 20:28 ` drepper at redhat dot com
@ 2005-10-17 10:39 ` egmont at uhulinux dot hu
  2006-05-01 17:55 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: egmont at uhulinux dot hu @ 2005-10-17 10:39 UTC (permalink / raw)
  To: glibc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 882 bytes --]


------- Additional Comments From egmont at uhulinux dot hu  2005-10-17 10:39 -------
I admit that my description is not fully clear, but take a look at the patch,
it is in the reverse way than you think.

Currently glibc uses 3 letter abbreviations for all the hungarian months,
though the correct would be a 4 or 5 letter abbrev for some of them (febr,
márc, szept). If there's nothing wrong with them (as you say) then please
commit this patch. Thanks! :)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


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

------- 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] 6+ messages in thread

* [Bug localedata/192] monthname abbrev more than 3 chars?
  2004-05-31 11:44 [Bug localedata/192] New: monthname abbrev more than 3 chars? egmont at uhulinux dot hu
                   ` (3 preceding siblings ...)
  2005-10-17 10:39 ` egmont at uhulinux dot hu
@ 2006-05-01 17:55 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2006-05-01 17:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2006-05-01 17:55 -------
Applied to CVS.

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


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

------- 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] 6+ messages in thread

end of thread, other threads:[~2006-05-01 17:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-31 11:44 [Bug localedata/192] New: monthname abbrev more than 3 chars? egmont at uhulinux dot hu
2004-05-31 11:44 ` [Bug localedata/192] " egmont at uhulinux dot hu
2004-07-21  7:25 ` pere at hungry dot com
2005-10-14 20:28 ` drepper at redhat dot com
2005-10-17 10:39 ` egmont at uhulinux dot hu
2006-05-01 17:55 ` drepper 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).