diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-06-22 07:34:29 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-06-22 07:34:29 -0700 |
commit | 1caf2aa7b019b687e9b97e3a7a2d6ab55070f577 (patch) | |
tree | 8e8cc079a4b9b235df95344a30873de969f497fa /mkcharacters | |
parent | 5aa54f3169985d0457b3517f49da961a51b2f1cc (diff) | |
parent | bd0a8039e89b9403b58ac5a9827a333276a6fbf6 (diff) | |
download | luaotfload-1caf2aa7b019b687e9b97e3a7a2d6ab55070f577.tar.gz |
Merge pull request #99 from phi-gamma/master
fixes
Diffstat (limited to 'mkcharacters')
-rwxr-xr-x | mkcharacters | 7 |
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 |