IDEA somehow doesn't truly enable UTF-8 encoding for properties files in the project. Therefore, when I try to use my multilocale properties with cyrrylic characters, it shows a kind of mess. Settings show as follows: "UTF-8 disabled for properties". Is there a way, how to force set UTF-8 for .properties?
Similar topic on intellij blog recomends to set ISO 8859-1 encoding for properties in this case. But shouldn't it work with UTF-8?