On 10/28/08 4:03 PM, Jason Coco said:
>Also, you should not be using non-ascii characters in string
>literals :) hopefully you're just doing this to demonstrate the issue.
>You should
>be doing something like this:
>
>char *hiragana_a = { 0xE3, 0x81, 0x82, 0x00 };
>NSLog(@"%@", [NSString stringWithCString:a
>encoding:NSUTF8StringEncoding]);
That is no longer necessary in 10.5 / Xcode 3. You can use Unicode in
string literals in Objective-C.
--
____________________________________________________________
Sean McBride, B. Eng [EMAIL PROTECTED]
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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]