logoalt Hacker News

account42last Tuesday at 7:43 AM1 replyview on HN

And those are not programming languages, or at least not the C programming language which only needs a very limited character set.


Replies

steveklabniklast Tuesday at 5:54 PM

C does allow for limited unicode in identifiers, though you need to use the \u prefix and write the code out. Compilers like clang let it work like C++ and follow TR31, though this is nonstandard.

show 1 reply