From owner-freebsd-current@freebsd.org Mon Nov 2 10:04:28 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 D118EA23657 for ; Mon, 2 Nov 2015 10:04:28 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B7E0A1556 for ; Mon, 2 Nov 2015 10:04:28 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id B4ECEA23656; Mon, 2 Nov 2015 10:04:28 +0000 (UTC) Delivered-To: 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 B4894A23655 for ; Mon, 2 Nov 2015 10:04:28 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 880821554; Mon, 2 Nov 2015 10:04:28 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from [192.168.0.7] (cpc16-cmbg15-2-0-cust60.5-4.cable.virginm.net [86.5.162.61]) (authenticated bits=0) by theravensnest.org (8.15.2/8.15.2) with ESMTPSA id tA2A4GLP093562 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Nov 2015 10:04:17 GMT (envelope-from theraven@FreeBSD.org) X-Authentication-Warning: theravensnest.org: Host cpc16-cmbg15-2-0-cust60.5-4.cable.virginm.net [86.5.162.61] claimed to be [192.168.0.7] Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: [CFT] Unicode collation string and reworked locale definitions From: David Chisnall In-Reply-To: <20151101213026.GC89277@ivaldir.etoilebsd.net> Date: Mon, 2 Nov 2015 10:04:11 +0000 Cc: current@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <73EBAFEF-F6D5-423E-9E23-E2B1E115FEF9@FreeBSD.org> References: <20151013222306.GE55137@ivaldir.etoilebsd.net> <20151101213026.GC89277@ivaldir.etoilebsd.net> To: Baptiste Daroussin 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: Mon, 02 Nov 2015 10:04:28 -0000 On 1 Nov 2015, at 21:30, Baptiste Daroussin wrote: >=20 > All issues reported has been fixed, except if more issues are = reported, this > will be merged into head next saturday: November 7th That=E2=80=99s really excellent news! Thanks for doing this. Are there = any good potential sources for the regex stuff? I think std::regex in = libc++ supports multibyte character sets, but is very full of templates = and not very easy to translate into C. David