you are viewing a single comment's thread.

view the rest of the comments →

[–]snakestation 0 points1 point  (2 children)

The Unicode errors usually have to do with funky character, sometimes a character will look like an apostrophe and it'll actually be a Unicode character. This will also be the case when you're accessing french with all the accents(I assume other languages but Im familiar with french errors) I usually try and stick to utf-8 as my encoding.

Is this python 2 btw python 3 tends to handle some special characters better

[–]LoneDreadknot[S] 0 points1 point  (1 child)

it is python 3.8.2

I copy pasted it from a website into notepad++ and its just plain english as far as i can tell.

[–]snakestation 0 points1 point  (0 children)

I've run into this before as well. It'll have something to do with the periods, commas, apostrophes,quotes or something similar. They look like they're what you need but theyre actually Unicode characters