fusee-launcher icon indicating copy to clipboard operation
fusee-launcher copied to clipboard

declared unicode encoding

Open brando56894 opened this issue 6 years ago • 2 comments

I'm American and every time I would execute the script it would crash, complaining of foreign characters since it's using ASCII encoding and not Unicode, explicitly declaring this resolves the issue.

brando56894 avatar Oct 21 '18 00:10 brando56894

UTF-8 is the default source encoding in Python 3.

sersorrel avatar Oct 21 '18 00:10 sersorrel

Interesting, I have en_US.UTF-8 set as my default locale, but it still would error out unless I explicitly stated it in the source code.

brando56894 avatar May 30 '19 14:05 brando56894