I pass actually Göte in the querystring parameter, which converts to G%F6te in the url field. And in the page, actually a generic handler it displays:
G�te
How to fix it, so it displays Göte?
--------- EDIT ----------------
It actually works fine when I make a ajax-call to the page, but when I directly alter the querystring parameter it doesn't.