slib-discuss
[Top][All Lists]
Advanced

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

[Slib-discuss] slib: substring? / substring-ci?, char-code-limit, and un


From: Andy Wingo
Subject: [Slib-discuss] slib: substring? / substring-ci?, char-code-limit, and unicode
Date: Thu, 10 Jan 2013 16:14:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Hi Aubrey,

I was fixing Slib to work with Guile 2 and ran across an erroneous
definition of char-code-limit that we had in Guile, of 256.  In fact the
largest character is #x10ffff.  This makes strategies like that of
substring? of creating a skip vector of all codepoints not so desirable.
So, just wanted to report this bug.  In the meantime I'll leave
char-code-limit in guile.init at 256.

Regards,

Andy
-- 
http://wingolog.org/



reply via email to

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