-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird encoding issue on Windows #49
Comments
Note that this only happens when following the README and doing the following in PowerShell:
Might be an artifact of .NET using UTF-16 as an internal encoding and pipes being filtered through it. Using the
Could be worth adding a note to the README. |
Yeah, I opened a PR (#50) sometime before on this topic. I actually solved this the same way, by replacing |
The — (
EM DASH
) symbol in my doc comment got converted to gibberish from my current code page (cp1251). This might mean that the tool reads files in cp1251 but outputs them as UTF-8.The text was updated successfully, but these errors were encountered: