UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 10442: character maps to <undefined>

bellcanadardp at gmail.com bellcanadardp at gmail.com
Sun May 20 07:59:12 EDT 2018


On Saturday, 19 May 2018 19:48:20 UTC-4, Skip Montanaro  wrote:
> As Chris indicated, you'll have to figure out the correct encoding. You
> might want to check out the chardet module (available on PyPI, I believe)
> and see if it can come up with a better guess. I imagine there are other
> encoding guessers out there. That's just one I'm familiar with.
> 
> Skip

hello Skip
thank you for the reply, but how exactly am i supposed to find oout what is the correct encodeing??

tommy



More information about the Python-list mailing list