diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-06-10 20:21:00 +0300 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-06-10 20:21:00 +0300 |
commit | 1ef10e57241a65e8ce2aeefdd83874e8999b7b44 (patch) | |
tree | 713769db5cdf9115e2824aa09e8f65cd795667f7 /otfl-font-cid.lua | |
parent | 5821436af1c522206c3faf90e0813415445ea6c7 (diff) | |
download | luaotfload-1ef10e57241a65e8ce2aeefdd83874e8999b7b44.tar.gz |
syncing with latest ConTeXt version (more feautures, less bugs), thanks to Khaled Hosny
Diffstat (limited to 'otfl-font-cid.lua')
-rw-r--r-- | otfl-font-cid.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-cid.lua b/otfl-font-cid.lua index b1ddaae..b8dfc42 100644 --- a/otfl-font-cid.lua +++ b/otfl-font-cid.lua @@ -79,7 +79,7 @@ end local template = "%s-%s-%s.cidmap" local function locate(registry,ordering,supplement) - local filename = format(template,registry,ordering,supplement) + local filename = string.lower(format(template,registry,ordering,supplement)) local cidmap = fonts.cid.map[filename] if not cidmap then if trace_loading then |