public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@suse.de>
To: Glibc hackers <libc-hacker@sources.redhat.com>
Subject: broken locales
Date: Mon, 02 Jan 2006 11:00:00 -0000	[thread overview]
Message-ID: <m3irt2q4hh.fsf@gromit.moeb> (raw)

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


Running make install-locales I noticed the following errors and fixed
them with the appended patch:

fi_FI.ISO-8859-1...locales/fi_FI:2191: unterminated string
mn_MN.UTF-8...locales/mn_MN:221: LC_TIME: syntax error

I also noticed these but do not know a proper fix:

gez_ER.UTF-8...LC_ADDRESS: field `lang_ab' must not be defined
bn_BD.UTF-8...LC_ADDRESS: field `lang_ab' must not be defined
te_IN.UTF-8...LC_ADDRESS: invalid escape `%n' sequence in field `postal_fmt'
 done

Ok to commit the appended patch?

Andreas

2006-01-02  Andreas Jaeger  <aj@suse.de>

	* locales/fi_FI: Fix date_fmt.
	* locales/mn_MN: Likewise.

============================================================
Index: localedata/locales/fi_FI
--- localedata/locales/fi_FI	15 Oct 2005 04:08:13 -0000	1.19
+++ localedata/locales/fi_FI	2 Jan 2006 10:58:43 -0000
@@ -2188,7 +2188,7 @@ d_fmt    "<U0025><U0064><U002E><U0025><U
 t_fmt    "<U0025><U0054>"
 am_pm    "";""
 t_fmt_ampm  ""
-date_fmt       "<U0025><U0061><U0020><U0025><U002D><U0064><U002E><U0025>\
+date_fmt       "<U0025><U0061><U0020><U0025><U002D><U0064><U002E><U0025>/
 <U002D><U006D><U002E><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U007A>"
 first_weekday 2 % Monday
 first_workday 2 % Monday
============================================================
Index: localedata/locales/mn_MN
--- localedata/locales/mn_MN	22 May 2005 16:20:17 -0000	1.5
+++ localedata/locales/mn_MN	2 Jan 2006 10:58:43 -0000
@@ -218,8 +218,8 @@ am_pm   "";""
 t_fmt_ampm ""
 % Full date and time representation
 % "%Z %Y ony %B %e, %a %H:%M:%S"
-date_fmt  "<U0025><U005A><U0020><U0025><U0059><U0020><U043E><U043D><U044B><U0020><U0025><U0042><U0020>";/
-	  "<U0025><U0065><U002C><U0020><U0025><U0061><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
+date_fmt  "<U0025><U005A><U0020><U0025><U0059><U0020><U043E><U043D><U044B><U0020><U0025><U0042><U0020>/
+<U0025><U0065><U002C><U0020><U0025><U0061><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
 END LC_TIME
 
 LC_MESSAGES

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

             reply	other threads:[~2006-01-02 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-02 11:00 Andreas Jaeger [this message]
2006-01-02 20:04 ` Ulrich Drepper

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=m3irt2q4hh.fsf@gromit.moeb \
    --to=aj@suse.de \
    --cc=libc-hacker@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).