On 2/14/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:


Something has changed in r.773 with regards to unicode handling...  My forms
work perfectly as long as I don't have any unicode string in it but they abort
with an UnicodeEncodeDecode exception otherwise.
Jorge Godoy      <[EMAIL PROTECTED]>


You may want to consider only passing in unicode object into Kid. If you know what encoding the string is in you just have to decode it. The data posted by the client will be encoded in the same encoding as the form. This is probably utf-8.

--
David
http://www.traceback.org

Reply via email to