I have property with string that contains some special characters. After I save it to properties file I have:
BB\u0161BB=0
I don't like character represented with \u0161
. Why it can't save like character I see it on the screen and type from keyboard?
UPD What is the easiest way to read ini-file architecture file that contains special character?