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


   Date: Wed, 09 Dec 1998 23:15:43 -0800
   From: Per Bothner <bothner@cygnus.com>

   assembler files should also be in UTF-8, at least for
   compiler-generated .s files).  Humans-written .s files will
   probably be in the source locale, so we may need a pre-processor
   (possibly gasp) to convert to UTF-8.

This doesn't sound feasible to me.  It will be confusing to explain to
people that assembly-language files do not all smell the same, and
that you need to compile hand-generated files with one command, and
compiler-generated files with another.

Also, it doesn't match current GCC practice, which already puts
EUC-JIS strings into assembler files quite happily.


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