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


    I guess I was responding to the idea of passing uninterpreted
    bytes through, and pointing that that is a bad idea for at least
    external identifiers and for Java.

For non-ASCII bytes in external identifiers, we can't simply
pass them through, because many assemblers won't accept them
as identifier characters.  Some sort of encoding is needed
in the .s file.  I proposed one, but others might be better.

Conversion to UTF-8 won't work, because the assembler probably won't
accept that either.


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