Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5110268

Java regular expressions need to support \p{LC}, \p{Pi} \p{Pf}

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 6
    • core-libs
    • None

      Pattern.java claims to support all the general property names at
       http://www.unicode.org/Public/UNIDATA/PropertyValueAliases.txt
      but the following are missing:

      Pi -- Initial punctuation
      Pf -- Final punctuation
      LC -- Cased Letter

      The set of characters matching the "P" category should include Pi and Pf
      characters, as mandated by the Unicode standard.

      ###@###.### 2004-10-01

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: