IsPrintableASCII (open)
Test whether a string consists of only printable ASCII text
Syntax
// Core function, no LOADLIB necessary
BOOLEAN FUNCTION IsPrintableASCII(STRING text)Parameters
STRING textString to test
Return value
BOOLEANTrue if the string is a correct UTF8 string, false otherwise