Lukasz Szybalski schrieb: > I run into a problem when I was displaying my data from mysql database. > Is there a bug in KID that prohibits it from reading some UTF8 values? > > Is there a fix for it? How can I get rid of this error?
You're probably inserting some encoded string into your template instead of a unicode string. Use unicode instead. In case this does not help you, please show us your controller code and the template used. -- 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 -~----------~----~----~----~------~----~------~--~---

