I am migrating from Eclipse to IntelliJ, and I have some properties file storing different languages.
Previously, all my properties file use UTF-8 with lower case letter to save the words.
However when using IntelliJ, when I update the property file, all values in the properties file change to upper case letter with UFT-8 format.
I may not know much about UTF-8 syntax, and not sure whether there are any difference between upper and lowercase UTF-8 encoded word.
However, as the project is developed for years, I would not like to change the properties file from lower case UTF-8 to uppercase UTF-8.e.g. \u4e0d to \u4E0D.
Does anyone have any idea how to solve such issue? Thanks.