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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.3.0
    • Component/s: 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)

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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: