Newbie Q : confused about encodings
Newbie Q : confused about encodings
- Subject: Newbie Q : confused about encodings
- From: email@hidden
- Date: Wed, 2 Nov 2005 12:55:34 +0100 (CET)
- Importance: Normal
Hello all,
I have a .plist file, whose first line is
<?xml version="1.0" encoding="UTF-8"?>
so I set the default file encoding to Unicode(UTF-8) in the Xcode
preferences
to read that file (I also restarted Xcode), but I still see ugly
characters after
doing that (for example, ?© instead of é, etc). What should I do to have
the characters
displayed 'as they should be displayed' ?
Another question : the Unicode index for é is 00E9 and its UTF-8 index
is C3A9.
If I write "\U00E9" in that .plist file somewhere between a <string> and a
</string>,
will it be interpreted correctly as 'the character é' ?
Ewan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden