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

Thomas Schwinge thomas@codesourcery.com
Fri Oct 19 09:40:00 GMT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-locales/attachments/20121019/3932b113/attachment.sig>


More information about the Libc-locales mailing list