Since I'm from Sweden, I use the swedish letters å, ä and ö a lot in my Java applications. And since I'm on linux, using UTF-8, those letters get quite screwed up on Windows.
So how can I set the default character encoding to UTF-8 in my applications? Or does something like htmls å, ä and ö exist in Java?
