I'm having some trouble with url params being passed through xslt and ending up with the wrong encoding, I managed to track down an discrepancy that I think is the source. When i submitt the string "lkö" for example through a form it gets encoded as "lk%F6" but if I do HttpUtility.UrlEncode("lkö") i get "lk%c3%b6" what am I missing here?
Is there some other method i should use instead of UrlEncode to get the same encoding as when submitting a form, or does it have something to do with the globalization settings in web.config? fiddled around with them some to no avail :( 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.