Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read file with encoding UTF-8 when detecting file encoding
When reading a file with default encoding there can be errors if the file encoding is incompatible to the default encoding. Read the file with UTF-8 to catch many, if not all, of those cases.
- Loading branch information