replacing Unicode characters in a String
I have a text as a String and in this text which is foreign language appears sometimes characters in Unicode format as ö or Ö
The question is, how can I convert this String so these Unicode characters would become readable characters.
Thank you for any lead...