Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Jsonize of strings is corrupted
Jsonize of strings is corrupted [message #36855] Thu, 12 July 2012 12:15 Go to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Recently the jsonization of strings was changed and ordinary utf-8 characters were replaced by \uXXXX sequences.
It created two problems: one is that there is no way to switch back to "classic" string jsonization. The second is that serialization and deserialization with Jsonize corrupts string data.
I propose keeping classic strings jsonization by default (it generates less data and compatible with browsers). If one needs \uXXXX sequences, he may use additional help functions like JsonizeStringEscaped(myString)
Re: Jsonize of strings is corrupted [message #36872 is a reply to message #36855] Sun, 15 July 2012 21:20 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Yes, thanks, should be now fixed.
Previous Topic: XmlizeByJsonize() problem and proposed solution
Next Topic: Problem with big text file
Goto Forum:
  


Current Time: Fri Mar 29 12:05:32 CET 2024

Total time taken to generate the page: 0.01574 seconds