fromByteCodePoint

fun fromByteCodePoint(codePoint: Short): A_Character?

Answer an already instantiated Avail character for the specified unsigned 8-bit Unicode code point.

Return

An AvailObject.

Parameters

codePoint

An unsigned 8-bit Unicode code point.