Re: Inserting localized text to NSTextView
Re: Inserting localized text to NSTextView
- Subject: Re: Inserting localized text to NSTextView
- From: Uli Kusterer <email@hidden>
- Date: Wed, 25 Apr 2007 23:59:53 +0200
Am 25.04.2007 um 23:40 schrieb Sean McBride:
But doesn't MacRoman actually work too? Assuming the source file is
encoded as MacRoman and gcc is so told.
No. regular strings accept high-ASCII (though the interpretation
depends on whoever uses the string), but @"" and CFSTR() only support
straight ASCII. No high bit.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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