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 s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com