目录

查出问题的步骤:

解决方式


出现这个问题是因为编码出现了问题,如果我没猜错,你肯定是复制东西啦

前几个星期出现的问题,还是记录一下吧

codeblocks出现Encoding Changed The saved doucument contained characters which were illeal in the

查出问题的步骤:

拿出其中一个例子来说明问题吧,看看到底是发生了什么情况,你复制了这个路径,

codeblocks出现Encoding Changed The saved doucument contained characters which were illeal in the

你放在记事本(默认是utf-8编码),看上去没有任何的问题,接下来就是见证奇迹的时刻啦

codeblocks出现Encoding Changed The saved doucument contained characters which were illeal in the

你转成ANSI也就是gbk编码,

codeblocks出现Encoding Changed The saved doucument contained characters which were illeal in the

之后再打开看,明显多出东西啦

codeblocks出现Encoding Changed The saved doucument contained characters which were illeal in the

解决方式

这个问题解决方式就是老老实实的去复制路径(如果你是在网上复制了代码,建议在记事本上转一下码,步骤如上,再复制到codeblocks上)

codeblocks出现Encoding Changed The saved doucument contained characters which were illeal in the

相关文章:

  • 2022-12-23
  • 2021-11-22
  • 2021-11-10
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
猜你喜欢
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2021-12-15
  • 2021-12-14
  • 2022-12-23
  • 2022-01-20
相关资源
相似解决方案