I have a problem with Spanish characters in a java string. I have the contents in the file, and when I try to convert it to a java object using InputStreamReader, the output of some line will be "cómo", which should be "cómo". This also happens with other Spanish, like
á = á é = à © í = à ó = ó ú = ú
and more..
Could you help me convert the corresponding result.
Thank you in advance
source share