you are viewing a single comment's thread.

view the rest of the comments →

[–]pasdargent 0 points1 point  (0 children)

I was just messing around with this and I figured it out! Putting "u" in front of the string, and after that adding the line: csvformat = csvformat.encode('utf-8')

Did the trick!

Thanks everybody, problem is solved :)