XmlDocument::parse( File file );

XmlDocument::parse( File file ) will return a null document if the file contains accented characters.
This is a major problem because my application reads them. All other Xml parsers do not have a problem, only this routine.

It is failing in XmlDocument::readQuotedString (String& result)

I can read the file using other routines and the strings have the accented character in them

What can I do?

Can you send me a file that fails?