summaryrefslogtreecommitdiff
path: root/src/luaotfload-features.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-12-23 22:57:00 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-12-23 22:57:00 +0100
commit07cc29d8658360e9e6ddecf7f251e518b9ea99c9 (patch)
treed1844d7e844f4135b8c634f07d31a39dff4b663c /src/luaotfload-features.lua
parente7fc73c0cb9a56c394d12f4967dbcffe93923afd (diff)
parent9320186751b6c6a1113f41331716d3b68d73af7a (diff)
downloadluaotfload-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.lua13
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,