Re: UTF-8 on OSX 10.5 server deployment not working correctly.
Timo Hoepfner <[email protected]> Tue, 27 Oct 2009 17:00:05 +0100
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
As Matteo said. I also had to set -Dfile.encoding=UTF-8 in the "Additional Arguments" section of the app configuration page in WOMonitor in a few cases. Setting that property programatically anywhere in the code (App constructor/App main method) was too late in my case. Timo Am 26.10.2009 um 19:42 schrieb Matteo Centro: > Happened to me as well... I solved using Wonder (subclassing > ERXApplication) and putting the magic property: > > er.extensions.ERXApplication.DefaultEncoding=UTF-8 > > I didn't have any other issues after that. > > > Matteo Centro > > Altera e-business solutions > www.altera.it > via S. Salvatore, 35 35127 Padova, Italy > > > > On Oct 26, 2009, at 7:25 PM, David Wetzel wrote: > >> >> Am 26.10.2009 um 09:28 schrieb Chad Pilkington: >> >>> I have a problem on OSX 10.5 deployment however and I am getting >>> garbage characters where I would expect spanish characters. >> >> >> Hi, >> >> did you check what is actually sent to the browser? >> Are the Headers ok? The HTML too? >> >> David Wetzel >> >> _______________________________________________ >> WebObjects-dev mailing list >> [email protected] >> http://www.omnigroup.com/mailman/listinfo/webobjects-dev > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev