From owner-svn-src-all@freebsd.org  Tue Nov 10 13:04:35 2015
Return-Path: <owner-svn-src-all@freebsd.org>
Delivered-To: svn-src-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B8FAA2BE41;
 Tue, 10 Nov 2015 13:04:35 +0000 (UTC)
 (envelope-from baptiste.daroussin@gmail.com)
Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com
 [IPv6:2a00:1450:400c:c09::22f])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id A89531E55;
 Tue, 10 Nov 2015 13:04:34 +0000 (UTC)
 (envelope-from baptiste.daroussin@gmail.com)
Received: by wmec201 with SMTP id c201so132448250wme.0;
 Tue, 10 Nov 2015 05:04:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=sender:date:from:to:cc:subject:message-id:references:mime-version
 :content-type:content-disposition:in-reply-to:user-agent;
 bh=ZdJsYCT6fvAVFMvjGfiXn+ptfOuFHd21QSNOPZqraLA=;
 b=lV81FLMkxQeBQSObclHB9hZW72nUNpvHOx8VLNq9lCc5eoRVBiN1Vrn3JrLnlEN4Ro
 krdtnN6NnPu9bSEfNdOfaCKgE1ouHn+A7QaVlis4xahwwAvhmBE809o8G22LP6AlW54r
 1u7km/rscW/X39OPwgrN2dwzxMnKsH2wEVN5tTLeYl7Ql+RomaiZrIc/XuFFD96GFFwy
 FjIyWtd70GWxQrwUu+o6PztNUSzeCyBI/rEfiGn82IJchBDCYOQDg1K/+B3sOi3XL+cR
 GTYj/PFYkf3Xwj7l3sdZFzEgkbz3W2I0AdNcVy9Yg1GMCt7OJjsR75SDLz+un6CBp3R4
 KPnw==
X-Received: by 10.28.138.148 with SMTP id m142mr4367656wmd.79.1447160673025;
 Tue, 10 Nov 2015 05:04:33 -0800 (PST)
Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1])
 by smtp.gmail.com with ESMTPSA id l1sm4012919wmg.21.2015.11.10.05.04.32
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 10 Nov 2015 05:04:32 -0800 (PST)
Sender: Baptiste Daroussin <baptiste.daroussin@gmail.com>
Date: Tue, 10 Nov 2015 14:04:30 +0100
From: Baptiste Daroussin <bapt@FreeBSD.org>
To: Andrey Chernov <ache@freebsd.org>
Cc: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-head@freebsd.org
Subject: Re: svn commit: r290637 - head/lib/libc/locale
Message-ID: <20151110130430.GK10134@ivaldir.etoilebsd.net>
References: <201511100811.tAA8BR0R034338@repo.freebsd.org>
 <5641E7B4.2070508@freebsd.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature"; boundary="zYjDATHXTWnytHRU"
Content-Disposition: inline
In-Reply-To: <5641E7B4.2070508@freebsd.org>
User-Agent: Mutt/1.5.24 (2015-08-30)
X-BeenThere: svn-src-all@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/>
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Nov 2015 13:04:35 -0000


--zYjDATHXTWnytHRU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Nov 10, 2015 at 03:48:52PM +0300, Andrey Chernov wrote:
> On 10.11.2015 11:11, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Tue Nov 10 08:11:27 2015
> > New Revision: 290637
> > URL: https://svnweb.freebsd.org/changeset/base/290637
> >=20
> > Log:
> >   return "US-ASCII" instead of "POSIX" for "C" and "POSIX" locales
> >   as it used to be in previous version of the locales. Returning
> >   "POSIX" has too many fallouts.
>=20
> You can return "ANSI_X3.4-1968" (another name of "US-ASCII") to be
> different with real US-ASCII. It is what glibc returns for C/POSIX
> locale and most ports expected, being linux-oriented.
>=20
I thought about it, but in the end it is probably safer for now that nl_lan=
ginfo
return US-ASCII as it did in the past, to reduce breakage with FreeBSD only=
 code
that maybe be existing ou there.

Best regards,
Bapt

--zYjDATHXTWnytHRU
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlZB614ACgkQ8kTtMUmk6EzYgQCfXFG6rUQYZfwgFYdqA8QRJL3m
h7EAnRXpZv+n0MNHyyFYmzKgmW0bsb2B
=WAjW
-----END PGP SIGNATURE-----

--zYjDATHXTWnytHRU--