[Minor] [minor commit] r695 - trunk
jimb at red-bean.com
jimb at red-bean.com
Tue Apr 8 23:03:42 CDT 2008
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.
More information about the Minor
mailing list