I have properties files in which Unicode encoded messages using Cyrillic. Like that:

message=\u041E\u0442\u0441\u0441... 

I would like instead of Unicode directly in the editor to see the characters that they represent, like:

 message=невозможно.... 

And also, to be able to directly convert Cyrillic to Unicode directly in the editor.

All that was found was a plugin that highlights a single unicode character, if you hover the cursor on it with the ctrl key pressed. However, I would like a functional richer.

unicode plugin

  • Or maybe they just write there? - Qwertiy
  • Settings -> Editor -> File Encodings. There is an item on the encoding properties of files. - Tsyklop
  • @Tsyklop helped setting the Transpatern tative-to ascii conversion flag to an enabled state, thanks! If you issue as an answer, I will mark it correctly. - coolsv

1 answer 1

Go to Settings Ideas:

 Settings -> Editor -> File Encodings 

There will be encoding settings for properties files. Set the encoding and enable the option Transparent native-to ascii conversion .