Author: jimb
Date: Tue Apr 8 23:03:42 2008
New Revision: 695
Log:
Mention Mozilla SpiderMonkey unicode character table.
Modified:
trunk/TODO
Modified: trunk/TODO
============================================================
==================
--- trunk/TODO (original)
+++ trunk/TODO Tue Apr 8 23:03:42 2008
 -128,6
+128,11 
==== prd.txt item 8 ("Full R5RS, with modules and
macros") finished
+* In the Mozilla sources, js/src/jsstr.cpp has a data
structure which
+ seems to encode almost all the Unicode characteristics we
want, in
+ much less space than the table gen-cat-table produces for
the
+ categories alone. We should figure out whether to steal
that.
+
* "Text buffer" and "byte buffer" types
that support insertion and
deletion at arbitrary points (using a gap buffer?),
markers, and the
like.
_______________________________________________
Minor mailing list
Minor red-bean.com
http:/
/www.red-bean.com/mailman/listinfo/minor
|