I found that the common perl -p -i -e has a confusing side effect of changing the files codepage. If the file will be read back in an env w/o conversion, it could cause an issue.
The Rocket port of perl, at least the old one on my system, doesn't change it.
I found that the common
perl -p -i -e
has a confusing side effect of changing the files codepage. If the file will be read back in an env w/o conversion, it could cause an issue.The Rocket port of perl, at least the old one on my system, doesn't change it.
(sed port has the same problem)