diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-14 20:26:47 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-14 20:28:46 +0200 |
commit | eb8be6a1a06126d66883495aa499855fb44f4897 (patch) | |
tree | 02832f17f1e9138d8f09404ef2a15fb464b07f4a /otfl-font-otb.lua | |
parent | 87e098449bdddc6e68261047bbc12b6fe9a15c6b (diff) | |
download | luaotfload-eb8be6a1a06126d66883495aa499855fb44f4897.tar.gz |
Updating to latest ConTeXt beta (2010.03.12)
Fixes a regression with legacy TeX ligatures (``'' etc.)
Diffstat (limited to 'otfl-font-otb.lua')
-rw-r--r-- | otfl-font-otb.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/otfl-font-otb.lua b/otfl-font-otb.lua index 020b107..a3d3477 100644 --- a/otfl-font-otb.lua +++ b/otfl-font-otb.lua @@ -305,12 +305,13 @@ end -- to do complete mixed runs and not run featurewise (as we did before). local supported_gsub = { - 'liga','dlig','rlig','hlig', - 'pnum','onum','tnum','lnum', + 'liga', 'dlig', 'rlig', 'hlig', + 'pnum', 'onum', 'tnum', 'lnum', 'zero', - 'smcp','cpsp','c2sc','ornm','aalt', - 'hwid','fwid', + 'smcp', 'cpsp', 'c2sc', 'ornm', 'aalt', + 'hwid', 'fwid', 'ssty', 'rtlm', -- math +-- 'tlig', 'trep', } local supported_gpos = { |