[Ltru] Re: Broken folding (was: (editor response) Review of 4646bis-10, sections 1 to 3.4)

Stephane Bortzmeyer <bortzmeyer@nic.fr> Sat, 08 December 2007 22:27 UTC

Return-path: <ltru-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1J188f-0000qG-3U; Sat, 08 Dec 2007 17:27:13 -0500
Received: from ltru by megatron.ietf.org with local (Exim 4.43) id 1J188e-0000qB-Kq for ltru-confirm+ok@megatron.ietf.org; Sat, 08 Dec 2007 17:27:12 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1J188e-0000q3-Ar for ltru@lists.ietf.org; Sat, 08 Dec 2007 17:27:12 -0500
Received: from bortzmeyer.netaktiv.com ([80.67.170.53] helo=mail.bortzmeyer.org) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1J188c-0007jI-Rk for ltru@lists.ietf.org; Sat, 08 Dec 2007 17:27:12 -0500
Received: by mail.bortzmeyer.org (Postfix, from userid 10) id D96CD240824; Sat, 8 Dec 2007 22:26:54 +0100 (CET)
Received: by mail.sources.org (Postfix, from userid 1000) id 4A3D41114B; Sat, 8 Dec 2007 23:23:45 +0100 (CET)
Date: Sat, 08 Dec 2007 23:23:45 +0100
From: Stephane Bortzmeyer <bortzmeyer@nic.fr>
To: Frank Ellermann <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com>
Message-ID: <20071208222345.GA25691@sources.org>
References: <20071206163755.GP10807@mercury.ccil.org> <4759B2E9.5000106@yahoo-inc.com> <fjedf4$n21$1@ger.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <fjedf4$n21$1@ger.gmane.org>
X-Transport: UUCP rules
X-Operating-System: Debian GNU/Linux 3.1
User-Agent: Mutt/1.5.9i
X-Spam-Score: 0.0 (/)
X-Scan-Signature: d6b246023072368de71562c0ab503126
Cc: ltru@lists.ietf.org
Subject: [Ltru] Re: Broken folding (was: (editor response) Review of 4646bis-10, sections 1 to 3.4)
X-BeenThere: ltru@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Language Tag Registry Update working group discussion list <ltru.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/ltru>, <mailto:ltru-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/ltru>
List-Post: <mailto:ltru@ietf.org>
List-Help: <mailto:ltru-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/ltru>, <mailto:ltru-request@ietf.org?subject=subscribe>
Errors-To: ltru-bounces@ietf.org

On Sat, Dec 08, 2007 at 04:34:59PM +0100,
 Frank Ellermann <nobody@xyzzy.claranet.de> wrote 
 a message of 73 lines which said:

> Do they offer a list of combining characters somewhere, or is that a
> case of "grep 996 KB list for non-zero combining class" ?

I believe that combining characters are simply those who are in the
categories "Mark, Nonspacing", "Mark, Spacing Combining" and "Mark,
Enclosing", no? If so, it is quite simple to extract them:

ucd=> SELECT To_U(codepoint) AS U_Codepoint, name FROM Characters WHERE category = 'Mn' OR category = 'Mc' OR category = 'Me' ORDER BY codepoint;
 u_codepoint |                           name                            
-------------+-----------------------------------------------------------
 U+300       | COMBINING GRAVE ACCENT
 U+301       | COMBINING ACUTE ACCENT
 U+302       | COMBINING CIRCUMFLEX ACCENT
...
(1065 rows)


_______________________________________________
Ltru mailing list
Ltru@ietf.org
https://www1.ietf.org/mailman/listinfo/ltru