Function ucs2hextoutf8

  • convert UCS-2 hexadecimal stirng to UTF-8 string

    Parameters

    • s: string

      hexadecimal string of UCS-2 string (ex. "0066")

    Returns string

    UTF-8 string

    Description

    This function converts hexadecimal value of UCS-2 string to UTF-8 string.

    Example

    ucs2hextoutf8("006600fc0072") -> "für"