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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to