I have a lot of characters I wish to convert to readable characters. I do not know what kind of format my characters are or from where they come ( old code ). How can I convert these characters in readable characters ?
I found some characters ( but not all ) on the following List:
http://www.utf8-zeichentabelle.de/unicode-utf8-table.pl?utf8=char
My characters in for me unknown charactersset:
static String unknowncharacters[] = {"–", "’", "–", "–", "’", "ž", "–", "ž", "’", "ž", "'", "´", "é", "é", "ß", "?", "š", "–", "ł",
"ø", "á", "ñ","È™","ë","Ä�","ồ","à ","½","Ã","ı","ú","Å�","ò","Å¡","ó","Æ","Ä�","Ḥ","Ä«","Å«","Å�","æ"}
How can I programmatically convert my characters in JAVA , so I will get all my unknown characters.