From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18450 invoked by alias); 2 Jan 2006 11:00:34 -0000 Received: (qmail 18434 invoked by uid 22791); 2 Jan 2006 11:00:33 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jan 2006 11:00:32 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 8D0341CA39 for ; Mon, 2 Jan 2006 12:00:29 +0100 (CET) Received: from aj by arthur.inka.de with local (Exim 4.51) id 1EtNQR-0007oa-CS for libc-hacker@sources.redhat.com; Mon, 02 Jan 2006 12:00:27 +0100 From: Andreas Jaeger To: Glibc hackers Subject: broken locales OpenPGP: id=C272A126; url=http://www.suse.de/~aj/keys.txt Date: Mon, 02 Jan 2006 11:00:00 -0000 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00000.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 2487 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 * locales/fi_FI: Fix date_fmt. * locales/mn_MN: Likewise. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 "" am_pm "";"" t_fmt_ampm "" -date_fmt "\ +date_fmt "/ " first_weekday 2 % Monday first_workday 2 % Monday =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 "= ";/ - "= " +date_fmt "= / +" END LC_TIME =20 LC_MESSAGES --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDuQfLOJpWPMJyoSYRAmAVAKCFaKOkwX6BNijPMqNe+Z+eOqhhrQCfSNoS uHk4h4Lq6QBCaPQF94GxmMc= =FkXM -----END PGP SIGNATURE----- --=-=-=--