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]
Other format: [Raw text]

UCNs in identifiers and numbers


Lexing these is a PITA, but how do we want to represent them?  Should CPP
convert them to UTF-8 on processing?  I'd rather leave them as they
are, if only because that means I don't have to convert them back to
UTF-8 on preprocessed output.

Are there any ABI issues here?

What about assembly output and debug output?

Neil.


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