Re: French characters butchered in deployed app, works fine in Eclipse
Re: French characters butchered in deployed app, works fine in Eclipse
- Subject: Re: French characters butchered in deployed app, works fine in Eclipse
- From: Chuck Hill <email@hidden>
- Date: Thu, 3 Sep 2009 18:26:41 -0400
On Sep 3, 2009, at 4:38 PM, Mike Schrag wrote:
However, if we build the app (on Mac OS X 10.5.8 or Mac OS X 10.6)
and
run the build woa via the command line or Monitor (on Mac OS X Server
10.5.8 or Mac OS X 10.6), all French accented characters are garbled!
For example, instead of:
I have some vague recollection that all strings files have to be
UTF-16 .... anyone recall for sure -- am i making that up?
Yeah, NSBundle or WOResourceManager (I forget which) can mistake UTF-8
for something else (usually NSMacRoman I think). UTF-16 it can detect
without error. BUT setting the properties to UTF-6 won't help IF your
file actually IS NSMacRoman. You will need to re-encode it.
Chuck
_______________________________________________
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