This is the mail archive of the gcc-patches@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]

Re: cpplib: Preliminary implementation of UCNs


Neil Booth <neil at daikokuya dot co dot uk> writes:

...
>I don't think it's a good idea to make \u00aa and \u00AA the same
> identifier, never mind making it the same as the character itself.

I disagree strongly - please give a rationale for your position.

> I expect there is little consensus about how we develop this going
> forwards; certainly there wasn't the last time this was discussed.  I
> don't think that should prevent this going in as a starting point.

I don't want support for UCNs in identifiers to be enabled until we
have both consensus on how it should work, and a complete
implementation.  This isn't to say that your code shouldn't go in;
only that it should be disabled for identifiers, requiring one to edit
the source code to turn it back on.  That way it's there for
experimentation, but no one comes to rely on any behavior that we
are likely to change later.

zw


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