Hi!


I used to have a call on my code that was like

        turbogears.flash(json.write(jsonify.encode(message)))

and I noticed that now this is double encoding my strings.  Removing 
"json.write()" seems to fix it.

So, should I keep json.write() or just jsonify.encoding() will be safe?  
Should I keep just jsonify.encoding()?

Using both, I have to eval(eval(...)), what didn't happened before.

-- 
Jorge Godoy      <[EMAIL PROTECTED]>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to