summaryrefslogtreecommitdiff
path: root/misc/gen-glyphinfo.py
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-28 12:36:40 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-28 12:36:40 +0300
commitca5fe60c999fa94bc0b8c051eeb0f351ed878fed (patch)
treec7a1e78ebcf2ccc80b2403b1e3d4bdc408585e18 /misc/gen-glyphinfo.py
parent4f790d0ae83d490e5b06563bc42f9bc5d633c8a9 (diff)
downloadinter-ca5fe60c999fa94bc0b8c051eeb0f351ed878fed.tar.xz
Various improvements
Diffstat (limited to 'misc/gen-glyphinfo.py')
-rwxr-xr-xmisc/gen-glyphinfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gen-glyphinfo.py b/misc/gen-glyphinfo.py
index cec90b048..0a426389b 100755
--- a/misc/gen-glyphinfo.py
+++ b/misc/gen-glyphinfo.py
@@ -225,6 +225,7 @@ def main():
glyph = [name, uc, ucName]
else:
glyph = [name, uc]
+
glyphs.append(glyph)
else:
glyph = [name, None, None, color] if color else [name]