SyntaxFix
Write A Post
Hire A Developer
Questions
Or you can use unescapeHtml4:
String miCadena="GUÍA TELEFÓNICA"; System.out.println(StringEscapeUtils.unescapeHtml4(miCadena));
This code print the line: GUÍA TELEFÓNICA