7 Jun
2012
7 Jun
'12
7:59 p.m.
On Thu, Jun 7, 2012 at 6:14 PM, Hans Hagen
can you test with
local function s_uncover(splitter,cache,cover) if cover == "" then return nil else local uncovered = cache[cover] if not uncovered then uncovered = lpegmatch(splitter,cover) cache[cover] = uncovered end return { uncovered } end end It's ok.
btw, what are features like cv80 and cv81 supposed to represent?
I've asked to the author (and invite him to join this ml) I'm doing other tests for the greek glyphs . -- luigi