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
I've used vimgrep for this
:vim "[\uFEFF]" *
also normal vim search command
/[\uFEFF]