in reply to Hex String XOR
Maybe not relevant here, but for future reference, there is a POSIX character class [:print:] that can be used in a Perl regex to emulate the C isprint() function. Throwing "non-printable" control characters to a terminal interface can cause "troubles" to say the least. Basically this character class says whether or not the "printer" can render this ASCII character on the screen.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hex String XOR
by JavaFan (Canon) on Mar 12, 2012 at 11:16 UTC | |
by Marshall (Canon) on Mar 12, 2012 at 12:31 UTC | |
by Anonymous Monk on Jun 23, 2015 at 13:08 UTC |