-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not modify contents of <note> tag (#86)
* Do not modify contents of <note> tag This changes the behaviour around normalizing the <note> field of .glif files. Previously the contents of this element would be broken into lines and reindented, but this was a potentially destructive operation. With this patch, any content of a <note> element is passed through unchanged. For more discussion, see: #85 * Address code review comments - make sure we're escaping XML correctly, and test that - remove dedent_tabs function - add a test for correctly encoding 'é'
- Loading branch information
Showing
3 changed files
with
30 additions
and
148 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
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
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