the
numToUni
of
factor
numToUni
(
expression )
Factor and expression yield non-negative integer
s.
put numToUni(915) into it -- yields Γ
The numToUni
function returns the character whose Unicode code point is that of the integer
passed to it.
binToChar
, binToUni
, charToBin
, charToNum
, numToChar
, uniToBin
, uniToNum