Extended characters in identifiers may now be specified directly in the input encoding (UTF-8, by default), in addition to the UCN syntax (\uNNNN or \UNNNNNNNN) that is already supported:<p><pre><code> static const int π = 3;
int get_naïve_pi() {
return π;
}
</code></pre>
I see large potential for the IOCCC