Alex Queiroz asandroq@gmail.com writes:
Hallo,
On Wed, Apr 15, 2009 at 5:07 PM, Arthur Smyles atsmyles@earthlink.net wrote:
Yes, I have a copy of it here:
http://smyles.com/projects/r6gambit/darcs/libs/rnrs/unicode/
It should be relatively straight forward if you want to convert it to r5rs.
Since I don't know much about the internals of Gambit, I decided
to try to start from the reference implementation of SRFI-14. But the 256-char representation that is used won't fly with unicode. If I get clever I will send an update.
You might want to look at the iset (integer set) library in Chicken which is highly optimized for use with Unicode char sets and is written in portable R5RS plus SRFI-4.