rdmenezes / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

inconsistency in xml Crash Log #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 3 Mar 2010 at 12:01

GoogleCodeExporter commented 9 years ago
Fixed in v.1.2.2

Original comment by zexspect...@gmail.com on 23 Mar 2010 at 5:35