isSpace

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

WARNING: look at isWhitespace, maybe that function does more what you expect.

bool
isSpace
(
dchar ch
)

Parameters

ch dchar

the character to be inspected

Meta