From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Unicode string normalization Date: Sun, 3 Jan 2010 01:15:15 -0500 Message-ID: <2bc5f8211001022215k722228e5wae43c4b23c384ac@mail.gmail.com> References: <2bc5f8211001012138r20128284k824f24e332c37a1e@mail.gmail.com> <87skaocdrh.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262499339 11717 80.91.229.12 (3 Jan 2010 06:15:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Jan 2010 06:15:39 +0000 (UTC) Cc: guile-devel@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 03 07:15:31 2010 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 1NRJkO-0000Tl-LJ for guile-devel@m.gmane.org; Sun, 03 Jan 2010 07:15:28 +0100 Original-Received: from localhost ([127.0.0.1]:58984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRJkO-00068J-Qs for guile-devel@m.gmane.org; Sun, 03 Jan 2010 01:15:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRJkL-00067p-60 for guile-devel@gnu.org; Sun, 03 Jan 2010 01:15:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRJkG-00067B-Ax for guile-devel@gnu.org; Sun, 03 Jan 2010 01:15:24 -0500 Original-Received: from [199.232.76.173] (port=39190 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRJkG-000678-3Z for guile-devel@gnu.org; Sun, 03 Jan 2010 01:15:20 -0500 Original-Received: from mail-ew0-f224.google.com ([209.85.219.224]:36501) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRJkD-00021z-8N; Sun, 03 Jan 2010 01:15:17 -0500 Original-Received: by ewy24 with SMTP id 24so16916128ewy.26 for ; Sat, 02 Jan 2010 22:15:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6GAydaAvheGg+vPFqszl2dEoxzAi3s1JK0EqdCbsxlY=; b=bV1zFNKvgd8Kq174QIBdLYDXUoBjq8ztbTs4Go6be1vp0Uz9Ap/s2tlNv0qfLFobX3 LyJQO1Ilj1Po+e0Jykcx0WA+qPAenkYpBHQjcg4jpXaJ1VH8ZKcLODAzTuzQPO8MeudK 5CWoOWAglBdCC+XVaS+DmDytdyPYc3UOU2H1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=wZ2IyjFih2ZblFsYjfhWY5t51EVKtB8m4izxLL4O6f9lffKM7cgF8alDk6yF6RUmcc gpL0dRIy9cSySeQGSGGfohzsgX4S6TLI9JrwLhrEoyY4xL9iDEeldOmb3hwrIQG0Cug0 +TxPDaCe+YCH/A2kNSHS14iLoNOCoJugO2f8s= Original-Received: by 10.216.85.213 with SMTP id u63mr482588wee.15.1262499315686; Sat, 02 Jan 2010 22:15:15 -0800 (PST) In-Reply-To: <87skaocdrh.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:9814 Archived-At: Hi Ludovic, Thanks for the review! > Looks good to me, please push! Done. > + =A0 =A0} > + =A0else w_str =3D (scm_t_uint32 *) scm_i_string_wide_chars (string); > > Indentation slightly wrong here. Huh. Looked okay in Emacs, but I've re-spaced everything -- hope that's cleared things up. Regards, Julian