jdk/src/share/classes/java/lang/Character.java
changeset 14411 65913e68c0a6
parent 12300 c795ca195227
child 14503 0729d9e57ed5
equal deleted inserted replaced
14410:4d59642be50d 14411:65913e68c0a6
    38  * <p>
    38  * <p>
    39  * In addition, this class provides several methods for determining
    39  * In addition, this class provides several methods for determining
    40  * a character's category (lowercase letter, digit, etc.) and for converting
    40  * a character's category (lowercase letter, digit, etc.) and for converting
    41  * characters from uppercase to lowercase and vice versa.
    41  * characters from uppercase to lowercase and vice versa.
    42  * <p>
    42  * <p>
    43  * Character information is based on the Unicode Standard, version 6.1.0.
    43  * Character information is based on the Unicode Standard, version 6.2.0.
    44  * <p>
    44  * <p>
    45  * The methods and data of class {@code Character} are defined by
    45  * The methods and data of class {@code Character} are defined by
    46  * the information in the <i>UnicodeData</i> file that is part of the
    46  * the information in the <i>UnicodeData</i> file that is part of the
    47  * Unicode Character Database maintained by the Unicode
    47  * Unicode Character Database maintained by the Unicode
    48  * Consortium. This file specifies various properties including name
    48  * Consortium. This file specifies various properties including name
  3756             0x061F,   // 061F..061F; COMMON
  3756             0x061F,   // 061F..061F; COMMON
  3757             0x0620,   // 0620..063F; ARABIC
  3757             0x0620,   // 0620..063F; ARABIC
  3758             0x0640,   // 0640..0640; COMMON
  3758             0x0640,   // 0640..0640; COMMON
  3759             0x0641,   // 0641..064A; ARABIC
  3759             0x0641,   // 0641..064A; ARABIC
  3760             0x064B,   // 064B..0655; INHERITED
  3760             0x064B,   // 064B..0655; INHERITED
  3761             0x0656,   // 0656..065E; ARABIC
  3761             0x0656,   // 0656..065F; ARABIC
  3762             0x065F,   // 065F..065F; INHERITED
       
  3763             0x0660,   // 0660..0669; COMMON
  3762             0x0660,   // 0660..0669; COMMON
  3764             0x066A,   // 066A..066F; ARABIC
  3763             0x066A,   // 066A..066F; ARABIC
  3765             0x0670,   // 0670..0670; INHERITED
  3764             0x0670,   // 0670..0670; INHERITED
  3766             0x0671,   // 0671..06DC; ARABIC
  3765             0x0671,   // 0671..06DC; ARABIC
  3767             0x06DD,   // 06DD..06DD; COMMON
  3766             0x06DD,   // 06DD..06DD; COMMON
  4079             ARABIC,
  4078             ARABIC,
  4080             COMMON,
  4079             COMMON,
  4081             ARABIC,
  4080             ARABIC,
  4082             INHERITED,
  4081             INHERITED,
  4083             ARABIC,
  4082             ARABIC,
  4084             INHERITED,
       
  4085             COMMON,
  4083             COMMON,
  4086             ARABIC,
  4084             ARABIC,
  4087             INHERITED,
  4085             INHERITED,
  4088             ARABIC,
  4086             ARABIC,
  4089             COMMON,
  4087             COMMON,