bullseye

Python 3.9.x created CSV with non-English (Unicode) characters (UTF-8 encoded) does not show correctly when opened in Excel (Windows)

Python 3.9.x created CSV with non-English (Unicode) characters (UTF-8 encoded) does not show correctly when opened in Excel (Windows) Question: My original Python 2.7 code that created the CSV file with non-English characters used the NOT recommended hack of: reload(sys) sys.setdefaultencoding(‘utf8′) In order to achieve "UTF-8" compatibility. (changed from ASCII). In addition , I’ve added …

Total answers: 1