projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65392b7
)
[ucd] Add URL to dependencies
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 24 May 2019 00:39:04 +0000
(20:39 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 24 May 2019 00:39:04 +0000
(20:39 -0400)
src/gen-ucd-table.py
patch
|
blob
|
history
diff --git
a/src/gen-ucd-table.py
b/src/gen-ucd-table.py
index
5c1bbdb
..
3d5b8d2
100755
(executable)
--- a/
src/gen-ucd-table.py
+++ b/
src/gen-ucd-table.py
@@
-8,6
+8,9
@@
if len (sys.argv) != 2:
print("usage: ./gen-ucd-table ucd.nonunihan.grouped.xml", file=sys.stderr)
sys.exit(1)
+
+# https://github.com/harfbuzz/packtab
+# https://github.com/harfbuzz/youseedy
import youseedy, packTab
ucdxml = youseedy.load_ucdxml(sys.argv[1])