Searched refs:printable (Results 1 – 4 of 4) sorted by relevance
245 … without a NULL terminator.", "Stored data will be printed as text. Non-printable characters will …246 … be truncated from stored data before said data is printed as text. Non-printable characters will …253 - To install printable pre-shared-keys, use ``STR`` to enter the PSK without first encoding it.255 …matted X.509 certificates (or other raw-binary credentials, such as non-printable PSKs) base64-enc…
88 # Exclamation mark is printable character with lowest number in ASCII table.
406 return (b in string.printable) or (b in ACCEPTABLE_ESCAPE_CHARS)
70 filtered_string = ''.join(filter(lambda x: x in string.printable, log))