On Thu, Jun 7, 2012 at 6:14 PM, Hans Hagen <pra...@wxs.nl> wrote:
> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to