This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
UCNs in identifiers and numbers
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 20 Mar 2002 20:41:46 +0000
- Subject: 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.