2023-07-05
Python Encoding Issue

windows has encoding issue on python intepreter.

run like this:

1
2
3
python -X utf8=1 <args>
# flag: sys.flags.utf8_mode

Read More