warning:save the file in Unicoade format to prevent data loss
在调用opencv的代码中,编译include/opencv2/core warning
warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
解决方法:打开出现warning的文件,Ctrl+A全选,然后在文件菜单:file->advanced save options ,在弹出的选项中选择新的编码方式为:UNICODE codepage 1200 ,点击确定,问题解决
此文章版权归snailgoers所有,如有转载,请注明來自原作者
评论


