natCharacter.cc (Character::getType): Handle negative code points.
commita74e2c64a14cc6dc6f296ce55b712e2f04184011
authorTom Tromey <tromey@redhat.com>
Wed, 2 May 2007 23:27:03 +0000 (2 23:27 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 2 May 2007 23:27:03 +0000 (2 23:27 +0000)
tree3c0a5c3cdf3e3ce58bc3c73fa45fba97764da564
parent82fd6170a86a3eacac137022a935df27493dadf4
natCharacter.cc (Character::getType): Handle negative code points.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238755
* java/lang/natCharacter.cc (Character::getType): Handle negative
code points.
(Character::toLowerCase): Likewise.
(Character::toUpperCase): Likewise.
(Character::digit): Likewise.
(Character::getNumericValue): Likewise.
(Character::getDirectionality): Likewise.
(Character::toTitleCase): Likewise.

From-SVN: r124370
libjava/ChangeLog
libjava/java/lang/natCharacter.cc