David Stanek <[EMAIL PROTECTED]> writes:

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

There are only Unicode objects being passed to Kid...  The data comes from the
database and columns are declared as UnicodeCol.  It worked perfectly in r765
and after one update to check the fix of the error_handler decorator for Simon
it stopped working. 



-- 
Jorge Godoy      <[EMAIL PROTECTED]>

Reply via email to