This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: thoughts on martin's proposed patch for GCC and UTF-8


    >   #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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]