From owner-freebsd-current@FreeBSD.ORG Sun Dec 16 19:34:23 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A49416A418; Sun, 16 Dec 2007 19:34:23 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 66A4013C458; Sun, 16 Dec 2007 19:34:22 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id lBGJYKgp080660; Sun, 16 Dec 2007 22:34:20 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1197833661; bh=uL91GXquKGXyL2p3iLj7iVMzOhTOVUYiEXsYUnK lVqU=; l=734; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=HM8/4C/ni2DYDX1XC6d3x6ZwgWSOoWDfQLYPTmH6 MgOIP9TBLZWftJZDhroSEuLLPG0iZwOzclS5wyVihIMlhnSS72ZpyRcoTZoZku++Lgt mTjcN7h9+8WB3c9zLJ+IhQ7nyQVoOZVo/jbpEE0Nz59TS2jzUPOHjToEleObMQt0= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id lBGJYKsk080658; Sun, 16 Dec 2007 22:34:20 +0300 (MSK) (envelope-from ache) Date: Sun, 16 Dec 2007 22:34:19 +0300 From: Andrey Chernov To: Ivan Voras Message-ID: <20071216193419.GA80541@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ivan Voras , freebsd-current@freebsd.org References: <20071216180827.GA79300@nagual.pp.ru> <9bbcef730712161041l17728167jbb6f43a8d78bdf76@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9bbcef730712161041l17728167jbb6f43a8d78bdf76@mail.gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-current@freebsd.org Subject: Re: UTF-8 collations on FreeBSD? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 16 Dec 2007 19:34:23 -0000 On Sun, Dec 16, 2007 at 07:41:24PM +0100, Ivan Voras wrote: > > AFAIK, no one is taking this task yet. > > Speaking particulary about UTF-8, it will be better to have single sorting > > table for whole UTF-8 rather then for particular language. > > I don't know how that would work because the position of a character > (the same character) in alphabets varies between languages. I wasn't clear. I mean main table sorted by some default in accordance to Unicode ranges, i.e. Cyrillic, Greek, etc. and small per specific language table above it. It allows to not store full unicode sorting for each language. BTW, I think the best place to discuss this matter is i18n@freebsd.org list. -- http://ache.pp.ru/