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

Update description of "Cyrillic Supplementary" block in Character.UnicodeBlock class

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P4 P4
    • None
    • core-libs
    • None
    • minimal
    • Java API
    • SE

      Summary

      Update description of "Cyrillic Supplementary" block in Character.UnicodeBlock class.

      Problem

      Unicode 4.0.1 renamed the "Cyrillic Supplementary" block to "Cyrillic Supplement". But API doc of Character.UnicodeBlock still mentions its old block name "Cyrillic Supplementary" .

      Solution

      Solution is to update API doc of Character.UnicodeBlock class.

      Specification

      changing

          /**
           * Constant for the "Cyrillic Supplementary" Unicode character block.
           * @since 1.5
           */

      to

        /**
         * Constant for the "Cyrillic Supplement" Unicode character block.
         * This block was previously known as the "Cyrillic Supplementary" block.
         * @since 1.5
         */

            rgoel Rachna Goel (Inactive)
            rgoel Rachna Goel (Inactive)
            Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: