(str) ICU4J UTF16.valueOf(codePoint);

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 7
    • Component/s: core-libs
    • generic
    • generic

      In plain Java I really miss a few of the ICU4J routines, like:

          * char c1 = UTF16.getLeadSurrogate(codePoint);
          * char c2 = UTF16.getLeadSurrogate(codePoint);
          * String s = UTF16.valueOf(codePoint);

      You can do them in plain Java, as in the above expression, but they're awkward and not as clear to read. And instead of the third one, the best I see in plain Java is the following, which is really pretty ugly (is there any better way?).


      String s = new StringBuilder().appendCodePoint(codePoint).toString();

            Assignee:
            Unassigned
            Reporter:
            Xueming Shen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: