Convert a list of integers into a Unicode string, interpreting each integer as a Unicode code point value.
@return A java.lang.String object created through its constructorString(int[], int, int).
@exception OtpErlangException for non-proper and non-integer lists.
@exception OtpErlangRangeException if any integer does not fit into a Java int.
@exception java.security.InvalidParameterException if any integer is not within the Unicode range.
@see String#String(int[],int,int)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.