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

Character needs API to determine whether char is a surrogate code unit

XMLWordPrintable

    • generic
    • generic

      Complete supplementary character support requires the ability to determine whether UTF-16 code units are surrogate values. The following static methods are needed:

      public static final boolean isSurrogate(char ch);
      public static final boolean isHighSurrogate(char ch);
      public static final boolean isLowSurrogate(char ch);
      public static final boolean isHighPrivateUseSurrogate(char ch);

            okutsu Masayoshi Okutsu
            joconnersunw John Oconner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: