I\'m trying to figure out how QXmlStreamReader works for a C++ application I\'m writing. The XML file I want to parse is a large dictionary with a convoluted structure and plent
The file is not UTF-8 encoded. Change the encoding to iso-8859-1 and it will parse without error.