提交 226ab06e 编写于 作者: B Behdad Esfahbod

[ucd] Add URL to dependencies

上级 65392b73
......@@ -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])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册