utils_text_is_8bit
Description:
public bool utils_text_is_8bit (
uint8[] text)
Determines if text contains 8bit characters within the first text.length bytes.
Parameters:
| text |
text to check for 8bit chars
|
| len |
text length
|
Returns:
|
true if the text contains 8bit characters or false otherwise.
|