You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/07/04 14:40:30 UTC

[jira] Assigned: (HARMONY-696) Harmony regex does not support Character.isXXX character classes

     [ http://issues.apache.org/jira/browse/HARMONY-696?page=all ]

Tim Ellison reassigned HARMONY-696:
-----------------------------------

    Assign To: Tim Ellison

> Harmony regex does not support Character.isXXX character classes
> ----------------------------------------------------------------
>
>          Key: HARMONY-696
>          URL: http://issues.apache.org/jira/browse/HARMONY-696
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: All
>     Reporter: Nikolay Kuznetsov
>     Assignee: Tim Ellison
>  Attachments: charclasses.patch, charclasses_tests.patch
>
> According to JavaDoc specification java.util.regex.Patter should provide character classes corresponding to all Character.isXXX methods except deprecated:
> "Categories that behave like the java.lang.Character boolean ismethodname methods (except for the deprecated ones) are available through the same \p{prop} syntax where the specified property has the name javamethodname."
> Harmony implementation supports only for, which named directly in the spec:
> java.lang.Character classes (simple java character type) 
> \p{javaLowerCase} Equivalent to java.lang.Character.isLowerCase() 
> \p{javaUpperCase} Equivalent to java.lang.Character.isUpperCase() 
> \p{javaWhitespace} Equivalent to java.lang.Character.isWhitespace() 
> \p{javaMirrored} Equivalent to java.lang.Character.isMirrored() 
> The others should be also implemented.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira