Bugs item #2720660, was opened at 2009-03-29 10:50
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2720660&group_id=51305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxJSON
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [wxJson v1.0] Escaped characters not read correctly
Initial Comment:
\t ,\n, \b, \r are not correctly read in wxJSONReader::ReadString
ex. [code]case 't'[/code] should be [code]case '\t'[/code]
Unrelated: an Unicode build warning can be fixed in wxJSONReader::AppendUnicodeSequence
Sorry for not sending a proper patch, I'll just attach the modified cpp.
C
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2720660&group_id=51305
|