L
laredotornado
Hello,
I'm running Fedora Linux Core 5. I have some weird characters in my
files that are causing HTML validation to fail. In vim, they appear
like
Anderson<92>s
where "<92>" is this odd character. It should really be an
apostraphe. My question to the group is how do I run a perl search
and replace command along the lines of
perl -pi -e 's/old_expr/new_expr/g' myfile.html
to swap out the bizarre "<92>" character with an apostraphe?
Thanks, - Dave
I'm running Fedora Linux Core 5. I have some weird characters in my
files that are causing HTML validation to fail. In vim, they appear
like
Anderson<92>s
where "<92>" is this odd character. It should really be an
apostraphe. My question to the group is how do I run a perl search
and replace command along the lines of
perl -pi -e 's/old_expr/new_expr/g' myfile.html
to swap out the bizarre "<92>" character with an apostraphe?
Thanks, - Dave