Red dots in Firebug Style Editor

We've been seeing this in some of our CSS files. There're red dots between each character. It turns out this is because the file encoding is unicode . Changing the file encoding to ascii resolved the problem.

image