PSPad 4.6.0 (2700) I log screen output which contains control chars. In HEX editor, I change 07 to \a 08 to \b 09 to \t 0A to \n 0C to \f 0D to \r 0E to \i 0F to \o 1B to \e Then its easier to view in ASCII editor Then in ASCII editor I change \\r\\n (regex) to \\rn\n This gives me newlines. (I would like to chg to " "<newline> but haven't figured this out yet)
My trouble is I would like to change HEX 00 to \z But as original poster noted, HEX editor Find/Replace doesn't seem to handle 00 or NULL searching. -- <http://forum.pspad.com/read.php?4,60538,66639> PSPad freeware editor http://www.pspad.com
