Archived and Closed
This conversation is no longer open for comments or replies and is no longer visible to community members. The community moderator provided the following reason for archiving: No longer relevant
I'm attempting to read the mpaa ratings reasons text file (mpaa-ratings-reasons.list), using Python 3.3. Python 3.x wants to know what encoding the file is in, so it can convert to its internal representation. I tried UTF-8 and windows-1255 encodings. but both give tracebacks when reading some lines (they error out on different lines, but they both error out).
What encoding were the files created with?
Thanks!
What encoding were the files created with?
Thanks!


