On Sep 21, 4:01 pm, "Alessandro Ronchi" <[EMAIL PROTECTED]> wrote: > It seems now It works, becausehttp://www.animalisenzacasa.org/ricerca/?s=forlì > is converted to:http://www.animalisenzacasa.org/ricerca/?s=forl%C3%AC > > I don't know what's changed, because this morning the result was an > empty page (with source code white, and a correct http header).
I once discovered that you will get a blank page if a string like "forlì" is not first encoded to UTF-8 and then percent-encoded by the browser, but just percent-encoded from e.g. latin-1 directly... maybe that's the problem here, could happen with older browsers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

