To enable UTF-8 mode on Windows:
Set the the environment variable
PYTHONUTF8=1
, or Use-Xutf8
command line option.
Reference: https://dev.to/methane/python-use-utf-8-mode-on-windows-212i
To enable UTF-8 mode on Windows:
Set the the environment variable
PYTHONUTF8=1
, or Use-Xutf8
command line option.
Reference: https://dev.to/methane/python-use-utf-8-mode-on-windows-212i