Searched refs:conventFormat (Results 1 – 1 of 1) sorted by relevance
38 static const std::vector<std::string> conventFormat = {"utf-8", "UTF-8", "gbk", "GBK", "GB2312", "g… variable601 for (const auto& format : conventFormat) { in CheckEncodingFormat()