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

Make Normalization API public, ensure conformance with UTR#15.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.3.0
    • core-libs
    • generic
    • generic



      Name: bb33257 Date: 10/26/99


      Unicode is more than just wide ASCII. One of the principal
      operations on Unicode is to normalize text. This is
      often known as text "decomposition" or "composition". In
      decomposition, composed accented characters such as "ö" are
      converted into two characters, in this case "o" followed by a
      separate umlaut character. In composition, the reverse occurs.
      This is described in UTR #15.
      A limited normalizer class is a part of JDK 1.1, but it is not
      exposed to clients. This class needs to be enhanced and made public. XML, JavaScript, and other standards will require this capability.

      (Review ID: 97055)

      ======================================================================

            nlindenbsunw Norbert Lindenberg (Inactive)
            bcbeck Brian Beck (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: