Re: R6RS Strings

2010-01-01 Thread Neil Jerram
Mike Gran writes: > First off, there are a couple of missing escapes: the named characters > #\alarm, #\linefeed, #\vtab, and #\delete, and the string escape "\b" > for backspace. So these could be supported without any compatibility concerns? > Second, what do you think about making a reader o

[PATCH] Unicode string normalization

2010-01-01 Thread Julian Graham
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? Regards, Julian [0] - htt