-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manually fix html character encodings that are not natively supported…
… in xml only a few character encodings (& < > " ') are natively supported in xml https://en.wikipedia.org/wiki/Character_encodings_in_HTML#XML_character_references non-defined character encodings break rendering so we need to filter them better (replace with UTF-8 characters) #TODO: filter for undefined character encodings
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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