SyntaxError: Non-UTF-8 code starting with '\x91'

后端 未结 4 944
走了就别回头了
走了就别回头了 2020-11-28 14:49

I am trying to write a binary search program for a class, and I am pretty sure that my logic is right, but I keep getting a non-UTF-8 error. I have never seen this error and

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 14:54

    If you're using Notepad++, click Encoding at the top and choose Encode in UTF-8.

提交回复
热议问题