URLEncoder

2005-09-01 Thread Roland Carlsson
Hi! Why does my standalone application encode characters different than in Tomcat? The swedish letters åäö run through java.net.URLEncoder(åäö, ISO8859_1) in my application i get: %E5%E4%F6 but when i run the same code through Tomcat i get: %C3%A5%C3%A4%C3%B6 Characterencoding is

Re: URLEncoder

2005-09-01 Thread Viorel Dragomir
:27 Subject: URLEncoder Hi! Why does my standalone application encode characters different than in Tomcat? The swedish letters åäö run through java.net.URLEncoder(åäö, ISO8859_1) in my application i get: %E5%E4%F6 but when i run the same code through Tomcat i get: %C3%A5%C3%A4%C3%B6