Hi,
try using URLEncoder.encode("page.htm", "UTF-8")
http://java.sun.com/j2se/1.4.2/docs/...RLEncoder.html
encode(String s)
Deprecated. The resulting string may vary depending on the platform's default encoding. Instead, use the encode(String,String) method to specify the encoding.
regds
jomet.
---------------------------------------------
Once you start a working on something,
dont be afraid of failure and dont abandon it.
People who work sincerely are the happiest.