logoalt Hacker News

9rxlast Tuesday at 3:09 PM1 replyview on HN

> Or there's no Java language, it's all just UTF-8 characters.

Some programming languages explicitly require UTF-8 in the language specification. Java is not one of them.


Replies

lxgrlast Tuesday at 4:29 PM

As of Java 18, it is: https://openjdk.org/jeps/400

show 1 reply