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 res
If you have encoding defined in your files e.g. like this
you can you use Idea's
Replace in Path...
functionality and modify multiple files at once.
Even you don't have that definition, you may be able to add it to your files using the same search and replace functionality. I had to convert massive amount of ISO-8859-1
encoded file to UTF-8
and this solution worked fine.