2011/1/5 Branko Vukelić <[email protected]>:
> On Wed, Jan 5, 2011 at 10:05 AM, Sergei Sadovski <[email protected]> wrote:
>> When add a note in Russian ("привет", for instance) at
>> http://webpy.appspot.com/
>> demo application an internal server error happens. I am guessing this
>> related to the same issue like above.
>
> What does event.description contain?
Is it possible that even.description uses a non-UTF encoding? In that
case, you might try this:
event.description.decode('KOI8-R') or something like that. You get the point.
--
Branko Vukelic
[email protected]
http://www.brankovukelic.com/
--
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en.