projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
46 stars 21 forks source link

TEI transformation results in encoding-borkage in output files #245

Closed martindholmes closed 2 years ago

martindholmes commented 2 years ago

The TEI Guidelines test build transformation had some stuff built into it to mitigate horribleness in the HTML5 output from the TEI Stylesheets, but that is now no longer necessary; however, removing it (which I did in commit #96b0a1d) seems to have resulted in the output HTML having text-encoding issues. Probably it's something very simple.

martindholmes commented 2 years ago

Fixed in commit #9c2a88c. Closing.