diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-12-23 22:40:58 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-12-23 22:41:05 +0100 |
commit | 9320186751b6c6a1113f41331716d3b68d73af7a (patch) | |
tree | d1844d7e844f4135b8c634f07d31a39dff4b663c | |
parent | f2bec680fb7d011b2a1b4f0add90a94100f610a2 (diff) | |
download | luaotfload-9320186751b6c6a1113f41331716d3b68d73af7a.tar.gz |
[features] excise stray feature definitionv2.6-fix-4
Closing #309
Many thanks for @simifilm for the report!
-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, |