guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Unicode string normalization


From: Mike Gran
Subject: Re: [PATCH] Unicode string normalization
Date: Mon, 4 Jan 2010 18:04:44 -0800 (PST)

> From: Julian Graham <address@hidden>
> 
> Hi Guilers,
> 
> Happy new year!
> 
> 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?

Sorry I'm late on this.

You might consider checking if the string created by normalize_str
should be reduced to the 1-byte-per-character representation.  The procecure
scm_i_try_narrow_string could be used for that.

-Mike





reply via email to

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