This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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]

Re: [PATCH] Fix case of February month name in de_AT locale


Hi!

On Tue, 16 Oct 2012 17:06:42 +0200, Florian Pritz <bluewind@xinu.at> wrote:
> The A (letter before the last) should be lower case.

Indeed:

    $ ./show-ucs-data locales/de_DE | sed -n '/^mon\b/,+2p'
    mon     "Januar";/
            "Februar";/
            "MÃrz";/
    $ ./show-ucs-data locales/de_AT | sed -n '/^mon\b/,+2p'
    mon     "JÃnner";/
            "FebruAr";/
            "MÃrz";/

This buglet was introduced with the commit for
<http://sourceware.org/PR13758> (that you once opened).  Pushed your
patch as commit b44d43a01620a29c0ee7b25fe994adb22fa511d5.


GrÃÃe,
 Thomas

Attachment: pgp00000.pgp
Description: PGP signature


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