Closed laurencee closed 6 years ago
A while back in PR #17 the files were written out as UTF-8 which is the default.
The file writing process was changed from a streamwriter with UTF-8 encoding over to File.WriteAllText but UTF-8 seems to have been dropped so this PR adds it back.
That seems like an omission, thanks for fixing that!
Thanks @laurencee I think I introduced that error. I've now learnt some new things!
A while back in PR #17 the files were written out as UTF-8 which is the default.
The file writing process was changed from a streamwriter with UTF-8 encoding over to File.WriteAllText but UTF-8 seems to have been dropped so this PR adds it back.