On Fri, 6 Jun 2014 01:55:57 +0200
Philippe Verdy <verd...@wanadoo.fr> wrote:

> IMHO, a programming language that accepts non-ASCII identifiers should
> always nrmalize the identifiers it accepts, before heeding it in its
> hashed symbol table.

Unfortunately, C and C++ don't normalise.  Consequently, all a compiler
can do is to warn about or reject identifiers not in the preferred
normalisation.

Richard.
_______________________________________________
Unicode mailing list
Unicode@unicode.org
http://unicode.org/mailman/listinfo/unicode

Reply via email to