public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "slimak at slimak dot info" <sourceware-bugzilla@sources.redhat.com>
To: glibc-bugs@sources.redhat.com
Subject: [Bug libc/809] New: Full month names in languages with declension are not usful for creation of dates
Date: Wed, 30 Mar 2005 02:39:00 -0000	[thread overview]
Message-ID: <20050330023849.809.slimak@slimak.info> (raw)

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

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.


             reply	other threads:[~2005-03-30  2:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-30  2:39 slimak at slimak dot info [this message]
2005-09-22 20:22 ` [Bug libc/809] " drepper at redhat dot com
2005-09-22 22:19 ` slimak at slimak dot info

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050330023849.809.slimak@slimak.info \
    --to=sourceware-bugzilla@sources.redhat.com \
    --cc=glibc-bugs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).