MCPcopy Create free account
hub / github.com/Kitware/CMake / InitializeParser

Method InitializeParser

Source/cmLocalVisualStudio7Generator.cxx:2186–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2184 }
2185 }
2186 int InitializeParser() override
2187 {
2188 int ret = cmXMLParser::InitializeParser();
2189 if (ret == 0) {
2190 return ret;
2191 }
2192 // visual studio projects have a strange encoding, but it is
2193 // really utf-8
2194 XML_SetEncoding(static_cast<XML_Parser>(this->Parser), "utf-8");
2195 return 1;
2196 }
2197 std::string GUID;
2198};
2199

Callers

nothing calls this directly

Calls 1

XML_SetEncodingFunction · 0.85

Tested by

no test coverage detected