Checks if all of the characters in the provided string,
text, are control characters.
Control characters are e.g. line feed, tab, escape.
Returns TRUE if every character in text is
a control character from the current locale, FALSE otherwise.