I am developing micro services for internal use. I have propertie file with properties like
HEAD_ROLE_KEYS=de 1ª Linha-->Área-->Equipa-Coordenadores
In java, reading that property of head_role and print. But it prints like
de 1ª Linha--> Ã�rea-->Equipa-Coordenadores
So my compare operation is failed.
Kindly help me how to get exact value in java. Thanks...
NOTE: file format is UTF-8