>The %C3%B6 is the UTF-8 encoding of the ö character, while the %F6 is the
>ISO-8859-1 (ISO-Latin-1) encoding of the same character. Your problem is
>probably caused by not setting what kind of encoding you want to use, and
>then it defaults to UTF-8.

Woop, thanks

HttpUtility.UrlEncode("lkö",Encoding.GetEncoding("iso-8859-1")))

.. did the trick, it's funny tho since I thought putting:
<globalization    responseEncoding="iso-8859-1"
requestEncoding="iso-8859-1"    fileEncoding="iso-8859-1" culture="sv-SE"
uiCulture="sv" />

would make iso-8859-1 the default encoding?

best regards
---
Mattias Konradsson
http://www.existic.com

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to