Skip to content
Snippets Groups Projects
  • ngn's avatar
    bef43ea8
    Include all ASCII control codes in specialChars · bef43ea8
    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
    bef43ea8
    History
    Include all ASCII control codes in specialChars
    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