In article <[EMAIL PROTECTED]>, Eugene van der Pijll <[EMAIL PROTECTED]> writes: > > $script =~ s#(\cM\cJ)#'<BR>'#ge; > $script =~ s#([\0-\x1f])#'<FONT COLOR="red">^'.($1^"\x40").'</FONT>'#ge; > Colors ! Good idea. Combine with my combined ^letter and \escape idea and we're getting somewhere !
Notice that tab is in there too, which you might not want to do as ^I. A few others have classic escapes too. e.g. \r might be displayed as \ r.
