On Fri, 6 Jun 2014 01:55:57 +0200 Philippe Verdy <[email protected]> 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 [email protected] http://unicode.org/mailman/listinfo/unicode

