From owner-freebsd-current@freebsd.org Sun Nov 8 22:11:05 2015 Return-Path: Delivered-To: freebsd-current@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 60740A291FB for ; Sun, 8 Nov 2015 22:11:05 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (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 318F71C96; Sun, 8 Nov 2015 22:11:05 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabfh17 with SMTP id fh17so177467240pab.0; Sun, 08 Nov 2015 14:11:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=cLDzxwAj6zg7Rq+ai4BRXgf+zMKbRM9HGjp7Ev3P4FI=; b=urE0+zgSfWmLdDO/UIvZZBL8u4sIcgi6gHXEoxk1qWiUQ36O28u2MeWHBk6tLomlup 56x568JvXMTGfw/uO7fV/4ILeo2QWuwWgYaKxADX5KeDwDWrND8duwrpoaXs7lRroyih EJNC/lewlBT1VwctIhvHGfWhbrHWERBbv96UwcwTADF+sx3RuRwJEHxu/C9ndAeruy+0 SwV6HFNH//WXrEdwh6ey8WSRDf5eE0xB7raFqL0VRyJ3LwQd5WW/EtPg2vL6PrM/D2rR naRzy/VS4jUNuhwrl5E3VnIaJrDl6Xnm/ETpeIV3cDE7TvS8+nmZN2g3lP7dcIsIrWNa Gc0A== X-Received: by 10.66.221.138 with SMTP id qe10mr14558536pac.144.1447020664765; Sun, 08 Nov 2015 14:11:04 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id rx10sm12352394pab.21.2015.11.08.14.11.04 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Nov 2015 14:11:04 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: FreeBSD_HEAD-tests - Build #1675 - Unstable From: NGie Cooper In-Reply-To: <563FC802.1000303@freebsd.org> Date: Sun, 8 Nov 2015 14:11:03 -0800 Cc: Baptiste Daroussin , jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <1109003706.57.1447009720897.JavaMail.jenkins@jenkins-9.freebsd.org> <563FAC52.1070909@freebsd.org> <20151108210856.GA10134@ivaldir.etoilebsd.net> <563FBE46.7030807@freebsd.org> <20151108214629.GC10134@ivaldir.etoilebsd.net> <563FC802.1000303@freebsd.org> To: Andrey Chernov X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 22:11:05 -0000 > On Nov 8, 2015, at 14:09, Andrey Chernov wrote: >=20 > Signed PGP part > On 09.11.2015 0:46, Baptiste Daroussin wrote: > >> Error Message: > >>>>> printf("%'.4f", 12345678.0625) =3D=3D> [1,23,45,678.0625], > >>>>> expected [123,456,78.0625]<> > >>>> > >>>> Looks like numericdef "grouping" handling problem... > >>> > >>> Seems like the issue is only with hi_IN.ISCII-DEV, I'll dig > >>> into it > >> > >> Old FreeBSD hi_IN.ISCII-DEV locale uses 2;3 grouping. New > >> hi_IN.UTF-8 locale use 3;2 grouping instead. I don't know what is > >> right in India. > > > > About the locales we take the rules from http://cldr.unicode.org/ > > if there are issues they should be reported there! (note that those > > rules are also used by the ICU project for examples. >=20 > According to https://en.wikipedia.org/wiki/Indian_numbering_system > cldr is right, old FreeBSD and the test is wrong here. Ok. If no one else beats me to this, I=E2=80=99ll fix the test sometime = later on today after I upgrade my VM. Thanks! -NGie=