malsyned / pfstest

Professional Firmware Services Unit Test Framework
Other
1 stars 0 forks source link

the_char() should escape high-bit characters #60

Open malsyned opened 6 years ago

malsyned commented 6 years ago

Something like the_char(0xaa) results in trying to output a non-printing character to the terminal. Escape non-printing ASCII chars.