CrashRpt.dll (v1.2.1) genarates xml "Crash Log" with encoding specified utf-8,
however
CrashSender.exe updates xml by <ProblemDescription> tags and the problem
description
string encoded with ANSI. After that when I open xml in for example IE, I get
something
like that:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then
click
the Refresh button, or try again later.
An invalid character was found in text content. Error processing resource
'file:///C:/Documents and Settings/mike/Local Set...
<ProblemDescription>
As I realize the problem is that tinixml used in CrashSender.exe writes data
only in
ANSI encoding. For my private usage I replaced the utf-8 specification on an
appropriate system code page. See the attached report.
Original issue reported on code.google.com by mikx...@gmail.com on 3 Mar 2010 at 7:46
Original issue reported on code.google.com by
mikx...@gmail.com
on 3 Mar 2010 at 7:46Attachments: