> Well, this is a classical garbage-in-garbage-out-problem.
>
> You already *store* json-like data in the database, complete with
> unicode-literal-prefixes.

Yeah, I've got the same conclusion by looking at the output of your
pprint method (which I didn't know about) ... The JSON string is
generated by javascript, passed to turbogears controller via a
Request.JSON MooTools call ... and when it "lands" in the controller,
it gets all those "u' things" that mess all up. SQL Hierarchy is not
acceptable for me (as I want the controller know nothing about what he
is handling, to preserve a generic meaning of this operation).

So I'll find another way, and when I get it I'll post here :)

Thank you for help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to