Re: Initializing unichar variable with a human readable letter
Re: Initializing unichar variable with a human readable letter
- Subject: Re: Initializing unichar variable with a human readable letter
- From: "Sean McBride" <email@hidden>
- Date: Tue, 20 Jul 2010 11:24:06 -0400
- Organization: Rogue Research Inc.
On Tue, 20 Jul 2010 08:17:51 -0700, James Bucanek said:
>Others can correct me if I'm wrong, but the basic problem here
>is that GCC does not, and cannot, know the character encoding of
>the source file. Thus, program source code must be restricted to
>ASCII and any non-ASCII characters are unpredictable and non-portable.
That may have been the case in the past, but these days GCC assumes UTF8
unless you tell it otherwise (using -finput-charset).
Using non-ASCII chars is just fine.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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