public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix case of February month name in de_AT locale
@ 2012-10-16 20:04 Florian Pritz
  2012-10-19  9:40 ` Thomas Schwinge
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Pritz @ 2012-10-16 20:04 UTC (permalink / raw)
  To: libc-locales

The A (letter before the last) should be lower case.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
---
 localedata/locales/de_AT | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT
index e566eed..c36913b 100644
--- a/localedata/locales/de_AT
+++ b/localedata/locales/de_AT
@@ -100,7 +100,7 @@ abmon   "<U004A><U00E4><U006E>";"<U0046><U0065><U0062>";/
 	"<U0053><U0065><U0070>";"<U004F><U006B><U0074>";/
 	"<U004E><U006F><U0076>";"<U0044><U0065><U007A>"
 mon     "<U004A><U00E4><U006E><U006E><U0065><U0072>";/
-	"<U0046><U0065><U0062><U0072><U0075><U0041><U0072>";/
+	"<U0046><U0065><U0062><U0072><U0075><U0061><U0072>";/
 	"<U004D><U00E4><U0072><U007A>";/
 	"<U0041><U0070><U0072><U0069><U006C>";/
 	"<U004D><U0061><U0069>";/
-- 
1.7.12.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix case of February month name in de_AT locale
  2012-10-16 20:04 [PATCH] Fix case of February month name in de_AT locale Florian Pritz
@ 2012-10-19  9:40 ` Thomas Schwinge
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Schwinge @ 2012-10-19  9:40 UTC (permalink / raw)
  To: Florian Pritz; +Cc: libc-locales

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

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 #2: Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-19  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-16 20:04 [PATCH] Fix case of February month name in de_AT locale Florian Pritz
2012-10-19  9:40 ` Thomas Schwinge

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).