intToChar.RdConverts a vector of ASCII integers to a equal length vector of ASCII characters. To make sure that all values in the input vector are in the range [0,255], the input vector is taken modulo 256.
# Default S3 method
intToChar(i, ...)utf8Conversion.
charToInt()