in reply to Re: funny character
in thread funny character
Looks you did not test...
funny.txt contains 3 samples of the offending character.c:\temp>perl -e"s/\357/<li>/g&&print $_ while(<>)" funny.txt <li><li><li> c:\temp>perl -e"s/\0357/<li>/g&&print $_ while(<>)" funny.txt c:\temp>
|
|---|