On Tue, Dec 31, 2002 at 12:29:41PM -0500, Ronald Henderson wrote: > This patch now displays non-printable characters
Or, rather, printable-but-not-ASCII characters. "�" is a printable
character in many locales (although what it prints *as* depends on the
locale - in ISO 8859/1, and possibly other ISO 8859/x character sets,
it's the UK pound symbol), but it's not ASCII.
> for the windows platform in octal format ('\nnn').
Checked in.
