Hacker News new | ask | show | jobs
by vault 405 days ago
why is a website about programming not writing code blocks in ASCII? I'm referring to quotes and other undesirable symbols
1 comments

Java supports non-ASCII source code since forever. A lot of languages do.
But it doesn't support using fancy unicode quotes as string delimiters.