Re: Unicode in XCode?
Re: Unicode in XCode?
- Subject: Re: Unicode in XCode?
- From: Eric Albert <email@hidden>
- Date: Thu, 30 Sep 2004 08:39:52 -0700
On Sep 29, 2004, at 1:14 PM, Matthias Juwan wrote:
Unfortunately, I can make use of CFString only to feed the Carbon
APIs, because it does not exist on Windows platform. I've written my
own portable String class which wraps a Unicode character buffer,
using string functions from standard C library.
So you already have a string abstraction? Terrific! Have it use
wchar_t on Windows and CFStrings on the Mac. That'll be the best
solution in the end.
-Eric
_______________________________________________
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