-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0, 7
-
b97
-
generic, sparc
-
generic, solaris_7
-
Verified
The Unicode standard assigns each code point (character) into one script. A script is a group of code points used by a particular human writing system. Some scripts such as Greek correspond to a single language. Other scripts like Latin conver multiple languages.
j.l.Character will make unicode scripts available via the proposed j.l.C.UnicodeScript enum #6945564. A user of java.util.regex should be able to match against these scripts as well since scripts are superior (more useful) to the old style Unicode block, in lots of use scenaris.
j.l.Character will make unicode scripts available via the proposed j.l.C.UnicodeScript enum #6945564. A user of java.util.regex should be able to match against these scripts as well since scripts are superior (more useful) to the old style Unicode block, in lots of use scenaris.
- duplicates
-
JDK-4860714 Make Unicode scripts available for use in regular expressions
-
- Closed
-
- relates to
-
JDK-6903266 Support Unicode 5.2.0
-
- Closed
-
-
JDK-6945564 Unicode script support in Character class
-
- Closed
-