I am doing compressing of JavaScript files and the compressor is complaining that my files have  character in them.

How can I search for these cha
Thanks for the previous answers, here's a sed(1) variant just in case:
sed '1s/^\xEF\xBB\xBF//'