How To Ensure Python Prints Utf-8 (and Not Utf-16-le) When Piped In Powershell?
I want to print text as UTF-8 when piped (to, for example, a file), so on Python 3.7.3 on Windows 1…
Read more
How To Ensure Python Prints Utf-8 (and Not Utf-16-le) When Piped In Powershell?