Re: [Solved by hack] UTF-8 encoding and FrontBase and Wonder
Re: [Solved by hack] UTF-8 encoding and FrontBase and Wonder
- Subject: Re: [Solved by hack] UTF-8 encoding and FrontBase and Wonder
- From: Mike Schrag <email@hidden>
- Date: Sat, 17 Jun 2006 09:05:44 -0400
Wonder abstracts a lot of the encoding management through ERXMessageEncoding. It looks at the language that is being passed back from the browser and it maps it a default encoding. For English and German, that is ISO8859_1 and it does that on every request. You can try calling ERXMessageEncoding.setDefaultEncodingForAllLanguages("UTF8") in your Application constructor, or setDefaultEncodingForLanguage("UTF8", "English"). That might solve the problem you're seeing.
ms On Jun 17, 2006, at 3:25 AM, Thomas wrote: Since I did not have this problem in a test project that didn't use Wonder, all I can think of is that something in Wonder is forcing the encoding back to ISO8859_1.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden