-
ngn authored
* \x1a-\x1f were missing though it looks like the intention was to cover all below \x20 (space) * added \x7f which is usually considered non-printable * removed \t which was already covered in \x00-\x19 as \x09
ngn authored* \x1a-\x1f were missing though it looks like the intention was to cover all below \x20 (space) * added \x7f which is usually considered non-printable * removed \t which was already covered in \x00-\x19 as \x09