We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take a script-specific .numbers file, generate a .CSV from it, then use it to generate the script-specific GlyphData.xml file.
.numbers
.CSV
GlyphData.xml
On merging sanctioned pull-request, merge all script-specific GlyphData.xml files into one master file and create release.
Check XML file structure integrity in Step 1 and before and after merge in Step 2
.csv
.xml
The text was updated successfully, but these errors were encountered:
kalapi
No branches or pull requests
High-level idea
Step 1
Take a script-specific
.numbers
file, generate a.CSV
from it, then use it to generate the script-specificGlyphData.xml
file.Step 2
On merging sanctioned pull-request, merge all script-specific
GlyphData.xml
files into one master file and create release.Step 3 (but ideally should be an intermediate step)
Check XML file structure integrity in Step 1 and before and after merge in Step 2
Tools & libraries
.numbers
files: numbers-parser.csv
files: csv.xml
files: etree.ElementTreeThe text was updated successfully, but these errors were encountered: