gruns / icecream

🍦 Never use print() to debug again.
MIT License
9.22k stars 187 forks source link

'utf-8' codec can't decode byte 0x93 #114

Open lwilhoit opened 2 years ago

lwilhoit commented 2 years ago

Many of my calls to ic() produce the error message: 'utf-8' codec can't decode byte 0x93 ... I have spent hours trying to strip out 0x93 or convert the strings to utf-8 but nothing fixes the problem

Marrin commented 2 years ago

Could you please share a small, runnable example to reproduce the error, allowing others to see this problem for themselves. Otherwise it is hard to impossible to find the source of that problem.

gruns commented 2 years ago

thank you @Marrin!

@lwilhoit what Marrin said 🙂