解决

方式一:使用EditPlus

  1. 使用EditPlus打开报错文件
  2. 设置编码为UTF-8:Document -> File Encoding -> Convert File Encoding -> UTF-8
    解决报错SyntaxError: Non-UTF-8 code starting with ‘\xba‘ in file
    方式二:使用记事本
    1 . 使用记事本打开报错文件
    2 . 文件 -> 另存为 -> 编码:UTF-8
    解决报错SyntaxError: Non-UTF-8 code starting with ‘\xba‘ in file

相关文章:

  • 2021-10-14
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2022-02-20
  • 2022-01-01
  • 2021-09-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2022-03-04
  • 2021-08-05
相关资源
相似解决方案