Charset Description
US-ASCII Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set
ISO-8859-1 ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1 UTF-8 Eight-bit UCS Transformation Format UTF-16BE Sixteen-bit UCS Transformation Format, big-endian byte order UTF-16LE Sixteen-bit UCS Transformation Format, little-endian byte orderUTF-16 Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark
The old name still work but you suffer a small penalty. Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 29, 2008, at 21:15, Josh Paul wrote:
That was it! Thanks! ERXMessageEncoding.setDefaultEncodingForAllLanguages("UTF8"); On Jan 29, 2008, at 9:09 PM, Chris Meyer wrote:I put some useful notes here some time ago: http://wiki.objectstyle.org/confluence/display/WO/Project+WONDER-Quickstart 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 PROTECTED]> 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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/cmeyer1969%40gmail.com 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/pierre%40apple.com This email sent to [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
