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 previous 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)
 
Read Message
Read Message
Previous Topic: XmlizeByJsonize() problem and proposed solution
Next Topic: Problem with big text file
Goto Forum:
  


Current Time: Fri Mar 29 12:03:16 CET 2024

Total time taken to generate the page: 0.01212 seconds