utilsTextIs8bit

fnbool utilsTextIs8bit(ubyte[] text)

Determines if text contains 8bit characters within the first len bytes.

Parameters

texttext to check for 8bit chars

Returns

true if the text contains 8bit characters or false

otherwise.