From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 27 20:08:18 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07BFA1065670 for ; Mon, 27 Apr 2009 20:08:18 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.sonnenberger.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id B5E5A8FC15 for ; Mon, 27 Apr 2009 20:08:17 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.sonnenberger.org [192.168.1.10]) by www.sonnenberger.org (Postfix) with ESMTP id 51C9D6674D for ; Mon, 27 Apr 2009 22:08:16 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1000) id 469DF1BDCD5; Mon, 27 Apr 2009 22:08:22 +0200 (CEST) Date: Mon, 27 Apr 2009 22:08:22 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20090427200821.GA6665@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20090427183836.GA10793@zim.MIT.EDU> <49F5FE45.2090101@freebsd.org> <20090427193326.GA7654@britannica.bec.de> <20090427194904.GA11137@zim.MIT.EDU> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090427194904.GA11137@zim.MIT.EDU> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: SoC 2009: BSD-licensed libiconv in base system X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 20:08:18 -0000 On Mon, Apr 27, 2009 at 03:49:04PM -0400, David Schultz wrote: > ...but isn't this moot at present because there are no > widely-accepted encodings that include characters that > aren't supported by UCS-4? Citrus doesn't seem to support > any such encodings in any case. "Just" using UCS-4 not necessarily buys you the desired affect. Keep in mind that UCS-4 is still a variable width encoding, as soon as you factor combining characters and some other interesting parts in. Joerg