This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: thoughts on martin's proposed patch for GCC and UTF-8
- To: amylaar at cygnus dot co dot uk
- Subject: Re: thoughts on martin's proposed patch for GCC and UTF-8
- From: Richard Stallman <rms at gnu dot org>
- Date: Sat, 19 Dec 1998 06:12:48 -0700 (MST)
- CC: eggert at twinsun dot com, martin at mira dot isdn dot cs dot tu-berlin dot de, gcc2 at gnu dot org, egcs at cygnus dot com
- References: <199812180754.HAA06446@phal.cygnus.co.uk>
- Reply-to: rms at gnu dot org
> #locale LOCALE
I think it should rather be
#pragma locale LOCALE
No, definitely not.
It is not a good idea to use #pragma for anything
that affects the meaning of the program.
We should invent a new command for this,
so that it could later be adopted as a standard.