Function fromStringToUnicode

  • Converts the given string into an array of Unicode code points.

    All numbers in the returned array are guaranteed to be between 0 (inclusive) and 1114111 = 0x10FFFF (inclusive).

    Parameters

    • string: string

    Returns Word