Name: skT45625 Date: 07/31/2000
java version "1.2.2"
HotSpot VM (1.0.1, mixed mode, build g)
Character.UnicodeBlock should provide the reverse lookup of
Character.UnicodeBlock.of(char) such that a UnicodeBlock could tell the caller
what characters are valid. Something along the following:
/** Return the first character in the block */
public char getBlockStart();
/** Return the last character in the block */
public char getBlockEnd();
(Review ID: 107724)
======================================================================
java version "1.2.2"
HotSpot VM (1.0.1, mixed mode, build g)
Character.UnicodeBlock should provide the reverse lookup of
Character.UnicodeBlock.of(char) such that a UnicodeBlock could tell the caller
what characters are valid. Something along the following:
/** Return the first character in the block */
public char getBlockStart();
/** Return the last character in the block */
public char getBlockEnd();
(Review ID: 107724)
======================================================================
- relates to
-
JDK-8132503 [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
-
- Resolved
-