On Tue, 20 Jul 2010 08:17:51 -0700, James Bucanek <[email protected]> said: >While you can often get away with sticking non-ASCII characters >into string literals, it is a non-standard solution that is >unsupported and fragile There's no guarantee that it will work >with future (or past) versions of the compiler or if you move >this project to another environment.
Aki Inoue wrote on October 29, 2008: "Yes, we do support non-ASCII characters in CFString/NSString literals with the compiler shipped with Xcode 3.0 and later." Basically, the restriction against this is lifted. Warnings that remain in the docs are outdated incorrect. m. -- matt neuburg, phd = [email protected], <http://www.tidbits.com/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.tidbits.com/matt/default.html#applescriptthings _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
