This is the mail archive of the glibc-bugs@sources.redhat.com 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 libc/809] New: Full month names in languages with declension are not usful for creation of dates


In Polish full date for today would be written

        30 dzieñ marca roku 2005 (30 day of march of year 2005)

which is usually shortend to

        30 marca 2005

but we also write

        teraz jest marzec (it is march now).

Marzec is nominative of march, and marca is genitive. These to cases are used most
often. Similar situation is in Czech, Ukrainian, Russian and probably many more
languages.  

In strftime() %B returns nominative of month in pl_PL, although genitive is much
more useful. Adding %EB will solve problem for langugages in which only to cases
of month are practically used. But there may be languages in which more forms 
are needed, so maybe something like %nB, where n is a number, would be better.
There also may be need for more forms of weekday names in some languages e.g.

Dzisiaj jest ¶roda, 30 marca 2005 (Today is wednesday, 30 march 2005)
Co¶ siê sta³o w ¶rodê, 30 marca 2005 (Something happend on wednesday, 30 march 2005)

but I think %EA will not have common use.

Pozdrawiam
Slimak (na krawêdzi)

-- 
           Summary: Full month names in languages with declension are not
                    usful for creation of dates
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: slimak at slimak dot info
                CC: glibc-bugs at sources dot redhat dot com


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

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


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