summaryrefslogtreecommitdiff
path: root/mkcharacters
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-06-22 12:38:04 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-06-22 12:38:04 +0200
commitdbe92b0e0e771352c4307ff3eb8f04f9cfd8ec02 (patch)
tree85c041065c4a24e3a32cc81d198736cfde245820 /mkcharacters
parent51360bd326da1e0fcb10b1b311b49284ec480ed5 (diff)
downloadluaotfload-dbe92b0e0e771352c4307ff3eb8f04f9cfd8ec02.tar.gz
add unsafe fallback to character data lookup
Diffstat (limited to 'mkcharacters')
-rwxr-xr-xmkcharacters7
1 files changed, 5 insertions, 2 deletions
diff --git a/mkcharacters b/mkcharacters
index a627ea9..a1c4204 100755
--- a/mkcharacters
+++ b/mkcharacters
@@ -5,7 +5,7 @@
-- DESCRIPTION: import parts of char-def.lua
-- REQUIREMENTS: lua, ConTeXt, the lualibs package
-- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com>
--- VERSION: 1.0
+-- VERSION: 1.1
-- CREATED: 2013-05-17 12:41:39+0200
-----------------------------------------------------------------------
-- we create a stripped-down version of char-def.lua
@@ -16,7 +16,10 @@
-----------------------------------------------------------------------
local charfile = "./luaotfload-characters.lua"
local chardef = "~phg/base/char-def.lua"
-local import = { "direction", "mirror", } --> πολυγλωσσία/uax9
+local import = {
+ "direction", "mirror", --> πολυγλωσσία/uax9
+ "category", --> https://gist.github.com/phi-gamma/5812290
+}
-----------------------------------------------------------------------
-- includes