On Tue, Sep 16, 2008 at 10:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > anyone knows what is wrong here?
url is encoded in ISO-8859-2 instead of UTF-8. Try setting header Content-Type with value "text/html; charset=utf-8". or add the following in the <head> of your site template. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
