Hi,
This was a topic before but as it was more than 30 days old I can't
reply:
> Ok, that should have been stated clearer by me. There is no blank space
> showing up, but an A with some curvy decoration, hence 'a strange
> character'.
>
> I was expecting the XML encoded nbsp...
I'm having the same problem with TableForm and JSON. I am returning my
form HTML from a JSON method like this:
@turbogears.expose(allow_json=True)
def getMyForm(self):
return dict(html=my_form.render())
and instead of the   I get an A with a circumflex (U+00C2 I think)
making the form look very messy.
Did you ever find a solution or does anyone else have a suggestion?
Thanks.
Simon.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---