Codeblocks converting to execution character set: Illegal byte sequence错误解决办法
Jeaten 2020-01-08 09:55:53 3687 收藏 10
分类专栏: Developing 文章标签: bug debug
版权
Codeblocks:converting to execution character set: Illegal byte sequence错误解决
依次点击Settings->Compiler…
然后点击 Other compiler options
往里键入以下内容
-fexec-charset=GBK
-finput-charset=UTF-8
-finput-charset=GB2312
1
2
3
然后最后点击OK保存即可
问题应该已经解决了
————————————————
版权声明:本文为CSDN博主「Jeaten」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/Jeaten/article/details/103885681