From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Minor queries about Unicode char docs Date: Tue, 01 Sep 2009 22:46:57 +0100 Message-ID: <87zl9enxri.fsf@arudy.ossau.uklinux.net> References: <87ocpwuvui.fsf@arudy.ossau.uklinux.net> <1251769229.17414.5768.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251841818 9430 80.91.229.12 (1 Sep 2009 21:50:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 21:50:18 +0000 (UTC) Cc: Guile Development To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 01 23:50:11 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MibEq-000502-MZ for guile-devel@m.gmane.org; Tue, 01 Sep 2009 23:50:10 +0200 Original-Received: from localhost ([127.0.0.1]:39054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MibEo-0007Rv-Nl for guile-devel@m.gmane.org; Tue, 01 Sep 2009 17:50:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MibCa-0006b1-Po for guile-devel@gnu.org; Tue, 01 Sep 2009 17:47:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MibCW-0006X9-4G for guile-devel@gnu.org; Tue, 01 Sep 2009 17:47:44 -0400 Original-Received: from [199.232.76.173] (port=46622 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MibCV-0006X4-Vl for guile-devel@gnu.org; Tue, 01 Sep 2009 17:47:40 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:35642) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MibCU-0006zH-T4 for guile-devel@gnu.org; Tue, 01 Sep 2009 17:47:39 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 93D621F6695; Tue, 1 Sep 2009 22:46:59 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 92E7738021; Tue, 1 Sep 2009 22:46:57 +0100 (BST) In-Reply-To: <1251769229.17414.5768.camel@localhost.localdomain> (Mike Gran's message of "Mon\, 31 Aug 2009 18\:40\:29 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9239 Archived-At: Mike Gran writes: >> For this context I think it would be clearer to say >> >> Return `#t' iff the Unicode code point of `x' is less than the >> code point of `y', else `#f'. > > Sounds good. [..] > I see what you mean. The text should have something like... > > "In case folding comparisons, if a character is lowercase and has an > uppercase form that can be expressed as a single character, its > uppercase form is used in the comparison. All other characters are not > modified for the comparison. Note that the German letter Sharp S > (Eszett) is not uppercased before the comparison since its plural has > two characters instead of one." > I meant to say 'its _uppercase form_ has two characters instead of one'. Thanks, those changes sound great. Are you happy to commit them sometime? Neil