Walter Cruz schrieb:
> Sorry if if get misunderstood! :)
> 
> The problem itself is not to render the form, but when I enter a
> accented char and submit the form.

Ahh, ok, then check these things:

- Does your template have a meta header?

<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

- In your "app.cfg", do you have 'kid.encoding="utf-8"' (default)?

Additionally, you might need try the following settings in "app.cfg":

decoding_filter.on = True
decoding_filter.encoding = "utf8"


Chris

--~--~---------~--~----~------------~-------~--~----~
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