Re: creating classes on the fly ??
Re: creating classes on the fly ??
- Subject: Re: creating classes on the fly ??
- From: Alastair Houghton <email@hidden>
- Date: Sun, 23 Sep 2007 23:51:14 +0100
On 22 Sep 2007, at 16:18, Stefan Arentz wrote:
Also, std::wstring will deal with unicode just fine
If you think that, you probably want to read the recent thread about
wchar_t
on the xcode-users list.
wchar_t and things derived from it (i.e. wstring) are not a good choice
for Unicode.
NS/CFString is a good choice on Mac OS X, and CFString is (to an extent)
portable via CF Lite. If you need more portability, or a C++ interface,
ICU is the way to go.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden