improve SB-UNICODE:GRAPHEMES
commit939913107a4007a47fad88eadc03bc9be7149dcb
authorChristophe Rhodes <csr21@cantab.net>
Mon, 11 Jan 2016 12:28:48 +0000 (11 12:28 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 11 Jan 2016 12:31:29 +0000 (11 12:31 +0000)
treeea16baf4a783251c60c20c740c4eade9eca7d7c1
parent85e9e5daf66888f85f95e319f1e53d8f9d4db6cc
improve SB-UNICODE:GRAPHEMES

Build graphemes out of new mapper functions and adjustable arrays.  The
lower-level mapping interface is probably not quite right yet (it's hard
to see how e.g. a regex engine could use it at the moment, and it might
need :START and :END arguments.) but it's a stab at making the
investigation of grapheme contents of strings accessible without consing
up a ridiculous amount of stuff.
src/code/target-unicode.lisp