How to print utf-8 to console with Python 3.4 (Windows 8)? December 16, 2023 by Tarik Since Python 3.7.x, You can reconfigure stdout : import sys sys.stdout.reconfigure(encoding='utf-8')