plist file and encoding format problem
plist file and encoding format problem
- Subject: plist file and encoding format problem
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 19 Nov 2001 12:08:20 +0100
Let's say I have a .plist file which is an <array> of <string>
I I try to put the following string: ê as the content of a
<string>, what I get is &ecirc; when I have a look at the file using
Project Builder.
If I try to use that <string> in a .html file, what I get in OmniWeb is
a weird characted (a black box with a delete sign in it)
So the question is how can I enter the ê string in a <string> and
be sure that when I'm going to use it via a NSString, the cString method
will give me ê ?