diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-05 00:48:16 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-05 00:48:16 +0200 |
commit | 46aafc54a9a766f33b6c4218bdda73bd4118aa2b (patch) | |
tree | 15aa425f8f3e4edcbc0f93b47d12da68c1a09ec3 | |
parent | b0888be28c628d0f1e164442c4f3a34bfbdd7f40 (diff) | |
download | luaotfload-46aafc54a9a766f33b6c4218bdda73bd4118aa2b.tar.gz |
Activate disabled tlig and trep entries
Now `x', ``x'', ``x,, and x's work as CM fonts.
-rw-r--r-- | otfl-font-otc.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/otfl-font-otc.lua b/otfl-font-otc.lua index 1fc1f22..6ae318b 100644 --- a/otfl-font-otc.lua +++ b/otfl-font-otc.lua @@ -27,18 +27,18 @@ local extra_lists = { { endash = "hyphen hyphen", emdash = "hyphen hyphen hyphen", - -- quotedblleft = "quoteleft quoteleft", - -- quotedblright = "quoteright quoteright", - -- quotedblleft = "grave grave", - -- quotedblright = "quotesingle quotesingle", - -- quotedblbase = "comma comma", + quotedblleft = "quoteleft quoteleft", + quotedblright = "quoteright quoteright", + quotedblleft = "grave grave", + quotedblright = "quotesingle quotesingle", + quotedblbase = "comma comma", }, }, trep = { { - -- [0x0022] = 0x201D, + [0x0022] = 0x201D, [0x0027] = 0x2019, - -- [0x0060] = 0x2018, + [0x0060] = 0x2018, }, }, anum = { |