guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Unicode string normalization


From: Ludovic Courtès
Subject: Re: [PATCH] Unicode string normalization
Date: Sun, 03 Jan 2010 00:01:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi Julian,

Julian Graham <address@hidden> writes:

> Find attached a patch that adds C and Scheme support for the four
> Unicode string normalization forms [0], along with documentation and
> unit tests.  The API matches the one described in R6RS Standard
> Libraries 1.2 [1].  Questions?  Comments?

Looks good to me, please push!

[

+    }
+  else w_str = (scm_t_uint32 *) scm_i_string_wide_chars (string);

Indentation slightly wrong here.

]

Thanks!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]