Re: UTF-8
Re: UTF-8
- Subject: Re: UTF-8
- From: "Chris Meyer" <email@hidden>
- Date: Tue, 29 Jan 2008 21:09:50 -0800
I put some useful notes here some time ago:
In summary:
To handle internationalization in Project WONDER, delete the takeValuesFromRequest from your Session class (which should now be derived from ERXSession). Likewise, delete the createResponseInContext method from your Application class (which should now be derived from ERXApplication). Then add the following call to your Application constructor:
ERXMessageEncoding.setDefaultEncodingForAllLanguages("UTF8");
On Jan 29, 2008 9:03 PM, Josh Paul <
email@hidden> wrote:
I'm currently wrestling with integrating UTF-8 localization to an app.
However, I can't seem to get the correct output.
I've set the encoding for the .strings files to UTF-16 and have added
WOMessage.setDefaultEncoding(_NSUtilities.UTF8StringEncoding) to my
Application's constructor. Additionally, I've added <meta http-
equiv="Content-Type" content="text/html; charset=utf-8"> to the
PageWrapper.
I am using Wonder.
Can someone please provide some insights?
TIA
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
_______________________________________________
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
References: | |
| >UTF-8 (From: Josh Paul <email@hidden>) |