diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 02:55:38 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 02:55:38 -0700 |
commit | 0b49cada911b82dc1f53062c11689c36c5a2f445 (patch) | |
tree | ab4e09d2ffa4fdbd35deb7afc73b83dae592a3b8 /luaotfload-override.lua | |
parent | 0a60523dfb9e89bc67a78b423a753166bbde2b32 (diff) | |
parent | 8c013800865dbd0c3cdea6312d664fcf2bc61bed (diff) | |
download | luaotfload-0b49cada911b82dc1f53062c11689c36c5a2f445.tar.gz |
Merge pull request #45 from phi-gamma/master
verbosity, cleanup etc.
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index d796b0e..863187f 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -81,12 +81,4 @@ logs.names_report = function (mode, lvl, ...) end end -if containers then - --- This will vanish as soon as Hans fixes it in data-con - --- https://github.com/lualatex/luaotfload/issues/17 - - containers.cleanname = function (name) - return (string.gsub(string.lower(name),"[^%w%d\128\255]+","-")) - end -end -- vim:tw=71:sw=4:ts=4:expandtab |