For some unknown reason, the encoding of my files has changed without me noticing for a while.
It was UTF-8
and now is windows-1252
. I have reset the project encoding from Settings->File encoding
but I can't detect which files are badly encoded and can't figure out how to reencode all files within the project at once.
I have a strong feeling that the problem appeared with WebStorm 10 first released version, but I may be wrong. (I think it's because it set by default the project encoding
setting to windows-1252
)