The following methods seems very helpful for developers who handle Unicode blocks. They should be added to JDK.
- int getFirstCodePoint() - returns the first code point of the block
- int getLastCodePoint() - returns the last code point of the block
- UnicodeBlock[] getAllBlocks() or something - returns all UnicodeBlocks
- int getFirstCodePoint() - returns the first code point of the block
- int getLastCodePoint() - returns the last code point of the block
- UnicodeBlock[] getAllBlocks() or something - returns all UnicodeBlocks
- relates to
-
JDK-8132503 [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
-
- Resolved
-