What exactly are the Ascii snippets?
A snippet is marked with type Ascii when all its bytes are in the range 32 to 126 ( hexadecimal 20 to 7e), plus whitespace such as \t, \r and \n ( hexadecimal 08 0a 0d ).
A snippet is marked with type Ascii when all its bytes are in the range 32 to 126 ( hexadecimal 20 to 7e), plus whitespace such as \t, \r and \n ( hexadecimal 08 0a 0d ).