Re: Wrong charset from WOLips in browser

2011-08-05 Thread Jon Kleiser
Thanks, Stefan! That was the solution. /Jon > Hi Jon, > > did you set WOMessage.setDefaultEncoding("ISO-8859-1"); in you > Application class ? > > Stefan > > > Am 05.08.11 10:55, schrieb Jon Kleiser: >> Hi, >> >> I have now managed to run my migrated WO application on my new Mac, >> thanks >> to

Re: Wrong charset from WOLips in browser

2011-08-05 Thread Stefan Klein
Hi Jon, did you set WOMessage.setDefaultEncoding("ISO-8859-1"); in you Application class ? Stefan Am 05.08.11 10:55, schrieb Jon Kleiser: Hi, I have now managed to run my migrated WO application on my new Mac, thanks to WOLips. Since ISO-8859-1 was the standard charset in the old applicati

Wrong charset from WOLips in browser

2011-08-05 Thread Jon Kleiser
Hi, I have now managed to run my migrated WO application on my new Mac, thanks to WOLips. Since ISO-8859-1 was the standard charset in the old application, I decided to continue using it, at least for a while. So I have specified ISO-8859-1 at all levels, right from Eclipse's General > Workspace p