Hi Masayoshi,
Hmmm,
I was thinking "but all you have to do to get the actual value
is follow the @link to the constant (e.g. MAX_SURROGATE)"
but I tried that but... for example...
http://download.java.net/jdk7/docs/api/java/lang/Character.html#MAX_SURROGATE
does not document the hex value.
I thin
Hi Martin,
I vaguely remember that we (jsr204) followed the convention of the
Character class to mention Unicode values in the API doc. It's also
convenient to have Unicode values because you don't need to look up the
Unicode standards. I don't see much value to rewrite the existing
descripti
Hi i18n team,
FYI:
I am intending to commit these changes to java.lang.Character
http://cr.openjdk.java.net/~martin/webrevs/openjdk7/isSurrogate/
http://cr.openjdk.java.net/~martin/webrevs/openjdk7/isSurrogate2/
(follow-on change)
as soon as I have CCC approval.
Martin