isPrintable

Detemines if a character is a printable character as specified in the Unicode Standard.

bool
isPrintable
(
dchar ch
)

Parameters

ch dchar

the character to be inspected

Meta