diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-12-23 22:57:00 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-12-23 22:57:00 +0100 |
commit | 07cc29d8658360e9e6ddecf7f251e518b9ea99c9 (patch) | |
tree | d1844d7e844f4135b8c634f07d31a39dff4b663c /src/luaotfload-features.lua | |
parent | e7fc73c0cb9a56c394d12f4967dbcffe93923afd (diff) | |
parent | 9320186751b6c6a1113f41331716d3b68d73af7a (diff) | |
download | luaotfload-07cc29d8658360e9e6ddecf7f251e518b9ea99c9.tar.gz |
Merge pull request #316 from phi-gamma/master
fix tex ligatures
Diffstat (limited to 'src/luaotfload-features.lua')
-rw-r--r-- | src/luaotfload-features.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua index 3f9d67a..3922882 100644 --- a/src/luaotfload-features.lua +++ b/src/luaotfload-features.lua @@ -1405,19 +1405,6 @@ local tlig_specification = { }, } -local tlig_specification = { - type = "substitution", - features = everywhere, - data = { - [0x0022] = 0x201D, -- quotedblright - [0x0027] = 0x2019, -- quoteleft - [0x0060] = 0x2018, -- quoteright - }, - flags = noflags, - order = { "tlig" }, - prepend = true, -} - local anum_arabic = { --- these are the same as in font-otc [0x0030] = 0x0660, [0x0031] = 0x0661, |