1Unprintable characters in kernel logs, when read via /dev/kmsg, are
2escaped as \xNN where NN the character's ascii code in hex. Those are
3expected to be decoded to results, if they really are
4printable. Kernel's idea of nonprintable is "c < 0x20 || c > 127".
5