diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-29 15:42:56 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-29 15:42:56 +0200 |
commit | 1d871e6152c1acfa01db6fd90ee809274b9f8751 (patch) | |
tree | 94e152a8442ca68434c3b99a59e4844443c9b70b /luaotfload-override.lua | |
parent | b297c2876fe1578cf621f42ee18910a2ccaa6cb7 (diff) | |
download | luaotfload-1d871e6152c1acfa01db6fd90ee809274b9f8751.tar.gz |
Merging pull request #18
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 726000d..7ee9730 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -81,4 +81,10 @@ logs.names_report = function (mode, lvl, ...) end end +--- 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 -- vim:tw=71:sw=4:ts=4:expandtab |