-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[glyphdata] Handle glyphs with multiple suffixes better
In glyph names like “po-khmer.below.ro” we were discarding all suffixes while searching for base glyh name, but (surprisingly) “po-khmer.below” has an entry in GlyphData and should be the base glyph name instead of “po-khmer” (yay for consistent naming scheme). Fix this by looking for name with suffixes one after another first.
- Loading branch information
1 parent
d76eed3
commit 1699449
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters