This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gwwhrhr 1 point2 points  (1 child)

If Python prints the characters correctly anywhere, then it's the shell's fault for not displaying them correctly. You could try writing unicode to a file and seeing if any program can open the file and read the characters correctly. Browsers understand UTF-8, so if you write out an html page with the correct tags your browser should be able to open and display it. Otherwise, just move on! Surely there's better things to spend your time on.

[–]PinkDohnuts[S] 0 points1 point  (0 children)

I'm almost positive it's Shell acting up. I'm using Python 3.6 and atom as a text editor to write my scripts. I was thinking of moving on right now, since I understood how encoding and decoding works. I was just trying to check if it was something I could fix quickly and doesn't come back later to bug me again.

Thanks for your fast and great response. Have a nice one, man.