Greek characters in java.lang.String
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Aug 9 20:54:59 UTC 2017
The method String.toLowerCase(Locale) contains some Greek letters in its
doc comment. But the characters are presented with images, instead of
native Unicode characters.
See
http://download.java.net/java/jdk9/docs/api/java/lang/String.html#toLowerCase-java.util.Locale-
Has the time come to replace those characters with their Unicode
equivalents, expressed with suitable HTML entities?
-- Jon
More information about the core-libs-dev
mailing list