diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:24:36 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:24:36 -0700 |
commit | 225c63363a259867bad8848e9e9880e43cbf4ad5 (patch) | |
tree | b70a6b21034ce00c7b741329f4b5b50a29ef9e26 /mkglyphlist | |
parent | cabc4adc0619e85a1fd020c2c820bec050f8da30 (diff) | |
parent | eb4fdd2afe34627abece6f75187a2cd691bcf6db (diff) | |
download | luaotfload-225c63363a259867bad8848e9e9880e43cbf4ad5.tar.gz |
Merge pull request #30 from phi-gamma/master
implement feature request #24
Diffstat (limited to 'mkglyphlist')
-rwxr-xr-x | mkglyphlist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mkglyphlist b/mkglyphlist index 9ee1528..d73a608 100755 --- a/mkglyphlist +++ b/mkglyphlist @@ -8,6 +8,12 @@ -- VERSION: 1.0 -- CREATED: 04/23/2013 12:42:17 PM CEST ----------------------------------------------------------------------- +-- interesting thread on the Context list: +-- http://www.ntg.nl/pipermail/ntg-context/2008/029057.html +----------------------------------------------------------------------- + + +----------------------------------------------------------------------- -- config ----------------------------------------------------------------------- local glyphfile = "./glyphlist.txt" |