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


> GCC works with many assemblers.  I doubt that they all support UTF-8,
> and it would be hard even to check them all.  So I think we will have
> to mangle non-ASCII byte values somehow in the .s files, whether the
> encoding used is UTF-8 or not.

Alternatively, we could reject code that uses non-ASCII identifiers if
the assembler cannot reasonably represent them. That might mean that
the full feature set is only available on GNU systems. I could live
with that.

Regards,
Martin


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