Skip to content

Commit

Permalink
Blast, left a really inconvenient print in the code. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
LettError committed Jan 27, 2019
1 parent 746e5c3 commit a50647b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion Lib/glyphNameFormatter/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def _parse(path):
if not l: continue
if l[0]=="#": continue
parts = l.split(" ")
print('parts', parts)
assert(len(parts)==3)
name = parts[0]
value = int(parts[1], 16)
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ A system for generating glyph name lists from official Unicode data.

[download](https://github.com/LettError/glyphNameFormatter/releases)

Release 0.1 offers (almost) the same coverage as the Adobe Glyph Dictionary, AGD.txt
* Release 0.1 offers (almost) the same coverage as the Adobe Glyph Dictionary, AGD.txt
Look at `/names/glyphNamesToUnicode.txt` for a useful name to unicode map.

Release 0.2 offers more ranges from Unicode 10.0.0.
Release 0.3 offers more ranges from Unicode 11.0.0.
Release 0.4 fixes a bug in the conflict analysis. Better names for all.
* Release 0.2 offers more ranges from Unicode 10.0.0.
* Release 0.3 offers more ranges from Unicode 11.0.0.
* Release 0.4 fixes a bug in the conflict analysis. Better names for all.

### Contributions

Expand Down

0 comments on commit a50647b

Please sign in to comment.