Swift

Richard Wordingham richard.wordingham at ntlworld.com
Fri Jun 6 02:16:36 CDT 2014


On Fri, 6 Jun 2014 01:55:57 +0200
Philippe Verdy <verdy_p at 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.


More information about the Unicode mailing list