Re: Diacritical characters (Umlaute) in Obj-C Source
Re: Diacritical characters (Umlaute) in Obj-C Source
- Subject: Re: Diacritical characters (Umlaute) in Obj-C Source
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sun, 25 Jan 2004 11:28:26 +0100
At 10:57 Uhr +0100 25.01.2004, Stefan Pantke wrote:
Funny thing, I compile something like
@"vd|",
XCode reports some hints on probably incorrectly coded
Umlaute in CFString.
If I prepare a C-String
"vd|"
nothing gets reported...
I guess they added that warning to GCC' ObjC-module because OpenStep
was cross-platform. OTOH people coding straight C either know what
they're doing, or they don't care about other platforms, so the
straight-C-module doesn't complain. Or maybe I'm off on a leg here...
Regarding your other mail:
If the .strings file doesn't have the right encoding by default, you
can go to the "Information" panel for the file and change the
encoding. It will let you either convert or re-interpret the current
data. You don't have to re-create the file.
To export one of the collection classes (you mean NSArray,
NSDictionary etc., right?) to an XML property list (which is not
"XML", but rather a particular XML DTD), you just use its writeToFile
method.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.