i have a log file that continues to get wierd ascii characters in it. The log file reader stops cold when it encounters them. Ive written a script that removes most of the problem areas but i am unable to remove ?binary? code from the log file since i cannot match it.
here is an example of a line i want removed
LN)ô§I@Maè³qÊX]RÌS<aúARï2SÚSf@\ZWSN²D>Za©'Á7ª ]ÌWXp@YèÁ2%ìd¢SMPPvF ["M
the log is a web proxing log, so i imagine some sites are using binary encoding.
is there a regexp that will do this for me?
maybe something like "> 126" or something?
here is an example of a line i want removed
LN)ô§I@Maè³qÊX]RÌS<aúARï2SÚSf@\ZWSN²D>Za©'Á7ª ]ÌWXp@YèÁ2%ìd¢SMPPvF ["M
the log is a web proxing log, so i imagine some sites are using binary encoding.
is there a regexp that will do this for me?
maybe something like "> 126" or something?