Using Pylons 0.9.5 with Kid I get a unicode error from formencode when
I have a non-ascii character in my template (© in this case).
Looking ath the data based to formencode kid returns the template
as a utf8-encoded string, while formencode (htmlfill.py
line 234) really wants a unicode string.

There is a slight documentation bug in formencode.htmlfill.render: the
docstring says the form parameter should be a string. Judging by the
rest of the code that should be a unicode string, not a plain string.

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to