From 6329e52d8aa7381a248e4a7dbf734d2ad083c50f Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 25 Feb 2010 00:38:44 +0200 Subject: Updating to latest ConTeXt beta (2010.02.24) Now encoding related code gone. --- otfl-font-otn.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otfl-font-otn.lua') diff --git a/otfl-font-otn.lua b/otfl-font-otn.lua index efafa30..16ecc2d 100644 --- a/otfl-font-otn.lua +++ b/otfl-font-otn.lua @@ -1988,6 +1988,7 @@ function fonts.methods.node.otf.features(head,font,attr) if not lookupcache then report_missing_cache(typ,lookupname) else +--~ print(typ,lookupname,lookupcache,table.serialize(lookupcache)) while start do local id = start.id if id == glyph then @@ -1997,6 +1998,7 @@ function fonts.methods.node.otf.features(head,font,attr) if lookupmatch then -- sequence kan weg local ok +--~ print("!!!") start, ok = handler(start,r[4],lookupname,lookupmatch,sequence,featuredata,1) --~ texio.write_nl(tostring(lookupname),tostring(lookupmatch),tostring(ok)) if ok then -- cgit v1.2.3