X-Git-Url: https://projects.mako.cc/source/wikipedia-api-cdsw/blobdiff_plain/de6957e1346cfd24526dfbdfbe13fce1aab08dc8..2f993a5f34b233b55747036755f86194249161d9:/encoding_fix.py diff --git a/encoding_fix.py b/encoding_fix.py new file mode 100644 index 0000000..d927bd1 --- /dev/null +++ b/encoding_fix.py @@ -0,0 +1,4 @@ +import os +if os.name == "nt": + import win_unicode_console + win_unicode_console.enable()