Mike,

thanks for the help. That was spot on.

But... AAAARRRGGGHHH! I spent many hours Googling and trawling through what little documentation I could find (without coming across this gem) and then more hours debugging and writing debug code and throwing more and more code at it until I found something that worked.

So I've now ripped out all the code I added and replaced it with that one line.

Now it works.

On 17/06/2006, at 23:05, Mike Schrag wrote:

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:

This email sent to [EMAIL PROTECTED]

 _______________________________________________
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