summaryrefslogtreecommitdiff
path: root/mkcharacters
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-09-14 03:50:48 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-09-14 03:50:48 -0700
commit65cee1110cb5a033891524176c26c9184f4cbfd9 (patch)
tree78609d37f58a625867b5e3ab4bded0a1c809e063 /mkcharacters
parent464577e5185aceac6428cba6585713eb3a233a0b (diff)
parentf1fefb2184a372ef7418807d1eeb4d9d159591a2 (diff)
downloadluaotfload-65cee1110cb5a033891524176c26c9184f4cbfd9.tar.gz
Merge pull request #134 from phi-gamma/master
[aux,characters] import further Context code
Diffstat (limited to 'mkcharacters')
-rwxr-xr-xmkcharacters33
1 files changed, 31 insertions, 2 deletions
diff --git a/mkcharacters b/mkcharacters
index a1c4204..63c78ed 100755
--- a/mkcharacters
+++ b/mkcharacters
@@ -15,10 +15,39 @@
-- config
-----------------------------------------------------------------------
local charfile = "./luaotfload-characters.lua"
-local chardef = "~phg/base/char-def.lua"
-local import = {
+local chardef = "/home/phg/base/char-def.lua"
+
+--- for every code point char-def.lua provides a set of fields. they
+--- are:
+---
+--- * adobename
+--- * category
+--- * cjkwd
+--- * comment
+--- * contextname
+--- * description
+--- * direction
+--- * lccode
+--- * linebreak
+--- * mathclass
+--- * mathextensible
+--- * mathfiller
+--- * mathname
+--- * mathspec
+--- * mathstretch
+--- * mathsymbol
+--- * mirror
+--- * shcode
+--- * specials
+--- * textclass
+--- * uccode
+--- * unicodeslot
+--- * variants
+
+local import = {
"direction", "mirror", --> πολυγλωσσία/uax9
"category", --> https://gist.github.com/phi-gamma/5812290
+ "textclass", --> https://gist.github.com/phi-gamma/6488187
}
-----------------------------------------------------------------------