Functions

binToUni

Supported By

Syntax

[the] binToUni of factor

binToUni ( expression )

Factor and expression yield a binary.

Example

put the binToUni of "CEB3CEB4" -- yields "γδ"

Description

The binToUni function returns the string encoded by the binary passed to it in the UTF-8 text encoding.

See Also

binToChar, charToBin, charToNum, numToChar, numToUni, uniToBin, uniToNum