From 631c921ce21e9240ba97b2871b79d990aacdce03 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 10 May 2013 03:50:35 +0200 Subject: lowercase feature values --- luaotfload-features.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luaotfload-features.lua') diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 5e8216c..82d447c 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -213,7 +213,7 @@ local toboolean = function (s) if s == "false" then return false end --if s == "yes" then return true end --- Context style --if s == "no" then return false end - return s + return stringlower(s) end --- dirty test if a file: request is actually a path: lookup; don’t -- cgit v1.2.3