warning c4819 in Visual Studio C++ 2013 express - utf8 files without bom

后端 未结 4 1138
慢半拍i
慢半拍i 2021-01-03 03:39

In visual studio C++ 2013 express it seems that unless utf8-encoded file has BOM mark, compiler fails to understand that the file being compiled is in UTF8 encoding and trea

4条回答
  •  感情败类
    2021-01-03 04:00

    To the date I have not encountered any solution to the problem.

    If a fix for this behavior exists, apparently it is well guarded secret.

提交回复
热议问题