logoalt Hacker News

dgrunwaldlast Monday at 12:30 PM1 replyview on HN

But the source character set remains implementation-defined, so compilers do not have to directly support unicode names, only the escape notation.

Definitely a questionable choice to throw off readers with unicode weirdness in the very first code example.


Replies

qsortlast Monday at 12:39 PM

If it were up to me, anything outside the basic character set in a source file would be a syntax error, I'm simply reporting what the spec says.

show 2 replies