Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: open text file with utf8 encoding, for Windows
On Windows, with the default encoding not typically utf-8, create_input_tei() would read the file in the wrong encoding and corrupt it for downstream processing. Fix: explicitly declare the encoding we want to read with.
- Loading branch information