-
Enhancement
-
Resolution: Fixed
-
P4
-
1.1.2, 1.2.0, 1.3.0, 5.0, 6
-
b38
-
generic, x86
-
generic, windows_nt
Name: krT82822 Date: 03/18/99
java.text.Normalizer has some useful class methods such as:
public static String decompose(String input);
public static void decompose(StringBuffer buffer);
public static String compose(String input);
public static void compose(StringBuffer buffer);
Unfortunately, however, java.text.Normalizer is not public class,
so these methods cannot be accessed from user's code.
Users(including me) should be able to use these methods to implement their own text processors (for example, I18N versions of regexp
library or multilingual search engines).
(Review ID: 55696)
======================================================================
Name: nl37777 Date: 06/14/2004
According to ###@###.###, support for the
normalization forms D, KC, and KD is required.
======================================================================
###@###.### 10/28/04 01:11 GMT
java.text.Normalizer has some useful class methods such as:
public static String decompose(String input);
public static void decompose(StringBuffer buffer);
public static String compose(String input);
public static void compose(StringBuffer buffer);
Unfortunately, however, java.text.Normalizer is not public class,
so these methods cannot be accessed from user's code.
Users(including me) should be able to use these methods to implement their own text processors (for example, I18N versions of regexp
library or multilingual search engines).
(Review ID: 55696)
======================================================================
Name: nl37777 Date: 06/14/2004
According to ###@###.###, support for the
normalization forms D, KC, and KD is required.
======================================================================
###@###.### 10/28/04 01:11 GMT
- duplicates
-
JDK-4059143 API: Unicode Normalization
- Closed
-
JDK-4284928 Make Normalization API public, ensure conformance with UTR#15.
- Closed
- relates to
-
JDK-4916384 CANON_EQ supports only combining character sequences with non-spacing marks
- Closed