Name: krT82822 Date: 11/02/99
java versions 1.1.8 through kestrel-beta
The Class java.lang.Character.isIdentifierIgnorable() documentation says:
Returns:
true if the character may be part of a Unicode identifier; false otherwise.
Should be:
true if the character should be regarded as an ignorable character; false
otherwise.
(Review ID: 97323)
======================================================================