Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

unicode

  1. Alpengreis

    UTF-8 problem in TCC related to Python

    Hello I have the following test-script in Python, encoded in UTF-8: # encoding: utf-8 # Set the console codepage for this script to UTF-8 # Shouldn't be necessary through the 1st line: #encoding: utf-8 #os.system('chcp 65001') print("jö, jä, jü") print(u"jö, jä, jü") After I open the...
Back
Top