Re: creating classes on the fly ??
Re: creating classes on the fly ??
- Subject: Re: creating classes on the fly ??
- From: Uli Kusterer <email@hidden>
- Date: Sat, 22 Sep 2007 18:03:07 +0200
On 22.09.2007, at 17:18, Stefan Arentz wrote:
You forgot to mention: crazy fast. Also, std::wstring will deal with
unicode just fine and Boost can provide serialization. If required.
wstring does UTF32 now?? Wow! I didn't know that.
I thought it still used 2-byte quantities and thus still worked on
the wrong level, sometimes giving you the middle of a decomposed
character sequence. Anyway, one would still have to normalize
strings, because I'm sure wstring's compare routines will consider
"ä" (lowercase 'A' umlaut) and a¨ (a followed by diaeresis as a
decomposed sequence) to be different.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
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