Name: bb33257 Date: 06/16/97
Need to make DecompositionIterator public and implements the
CharacterIterator interface.
======================================================================
IBM is willing to donate a "Normalizer" class that implements Unicode normalization as specified by Unicode Tech Report #15. It provides both composition and decomposition, corresponding to normalization forms C, CC, D, and DC.
Normalization is desirable in the API because it is often useful when building search engines or index databases. Text is normalized before being added to the database and before a query is performed, allowing different Unicode strings to be considered equivalent if their normalized forms are equal.
laura.werner@eng 1999-01-19
- duplicates
-
JDK-4052435 API: Add Collator method for folding Unicode compatibility characters
-
- Closed
-
-
JDK-4221795 [Nor] RFE: Please make java.text.Normalizer a public class
-
- Resolved
-