20 if((s < 0x20) && (s != 0x0a))
30 if((s >= 0x7f) && (s <= 0x9f) && (s != 0x80) && (s != 0x8a) && (s != 0x91) && (s != 0x92))
38 if((ControlCharacters &
LFChars) != 0)
40 if((s == 0x0a) || (s == 0x8a))
75 return (s >=
' ' && s <=
'~');
bool isLegalChar(const byte *c, eRemoveChars ControlCharacters)
bool isUTF8Char(const byte *p, byte *BytesPerChar)