How do I remove  from the beginning of a file?
问题 I have a CSS file that looks fine when I open it using gedit, but when it\'s read by PHP (to merge all the CSS files into one), this CSS has the following characters prepended to it:  PHP removes all whitespace, so a random  in the middle of the code messes up the entire thing. As I mentioned, I can\'t actually see these characters when I open the file in gedit, so I can\'t remove them very easily. I googled the problem, and there is clearly something wrong with the file encoding, which