summaryrefslogtreecommitdiff
path: root/src/luaotfload-features.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2017-02-03 21:42:18 +0100
committerGitHub <noreply@github.com>2017-02-03 21:42:18 +0100
commitd0e3bd07b868aefe12a88704bf2dbb35b5da2190 (patch)
treee27cdfa029e7aa9771bf209214a377f71090b85f /src/luaotfload-features.lua
parent90acbbce3ff2b50929e18cb685961a1168f84075 (diff)
parent7308f84bf07382407df5efe14a7a9e96f0cb5e3a (diff)
downloadluaotfload-d0e3bd07b868aefe12a88704bf2dbb35b5da2190.tar.gz
Merge pull request #403 from phi-gamma/master
first batch of fixes to v2.8 (optical sizes, features)
Diffstat (limited to 'src/luaotfload-features.lua')
-rw-r--r--src/luaotfload-features.lua17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua
index a57aac3..5c35031 100644
--- a/src/luaotfload-features.lua
+++ b/src/luaotfload-features.lua
@@ -1288,10 +1288,6 @@ local tlig_specification = {
data = {
[0x2013] = {0x002D, 0x002D}, -- endash
[0x2014] = {0x002D, 0x002D, 0x002D}, -- emdash
- [0x201C] = {0x2018, 0x2018}, -- quotedblleft
- [0x201D] = {0x2019, 0x2019}, -- quotedblright
- [0x00A1] = {0x0021, 0x2018}, -- exclamdown
- [0x00BF] = {0x003F, 0x2018}, -- questiondown
--- next three originate in T1 encoding; Xetex applies
--- them too
[0x201E] = {0x002C, 0x002C}, -- quotedblbase
@@ -1302,19 +1298,6 @@ local tlig_specification = {
order = { "tlig" },
prepend = true,
},
- {
- type = "ligature",
- features = everywhere,
- data = {
- [0x201C] = {0x0060, 0x0060}, -- quotedblleft
- [0x201D] = {0x0027, 0x0027}, -- quotedblright
- [0x00A1] = {0x0021, 0x0060}, -- exclamdown
- [0x00BF] = {0x003F, 0x0060}, -- questiondown
- },
- flags = noflags,
- order = { "tlig" },
- prepend = true,
- },
}
local rot13_specification = {