--- font-otn.lua.orig 2014-03-14 07:42:18.494017054 +0100 +++ font-otn.lua 2014-03-14 07:42:52.937495772 +0100 @@ -2054,8 +2054,8 @@ local features = sequence.features if features then -- for kind, scripts in next, features do - for i=1,#order do -- - local kind = order[i] -- + for i=1,#features do -- + local kind = features[i] -- local valid = enabled[kind] if valid then local scripts = features[kind] --