Reputation: 929
I have a properties file with latin characters in it. When i read this properties file through spring using @resource my map is getting is populated but only with last character that to not in proper format. Please can you let me know the reason for this and how it could be fixed?
á=a
é=e
entries in properties file as above.
Upvotes: 3
Views: 238