C++字符串前面加LR

const std::experimental::filesystem::path symbolsFilename = LR"(d:fulongtech_gitdraing_recognizerDatasSymbols.dxf)";

L表示双字节,也就是每个字符占用两个字节,就是可能出现中文,R是里面的字符串都不转义,所以可以加括号什么的

原文地址:https://www.cnblogs.com/tangmiao/p/10682234.html