The eclipse version that I am using is not able to read some of the special characters which are present in the code.
Below are the characters which eclipse is not able to read ..
{'à', 'á', 'â', 'ã', 'ä', 'å', 'æ','ç', 'è', 'é', 'ê', 'ë', 'ì', 'í', 'î', 'ï', 'ð', 'ñ', 'ò','ó','ô', 'õ', 'ö', 'ß', 'ø', 'ù', 'ú', 'û', 'ü', 'ý', 'þ', '×'} It converts the above array into
{ '�', '�', '�', '�', '�', '�', '�','�', '�', '�', '�', '�', '�', '�', '�', '�', '�', '�', '�', '�','�', '�', '�', '�', '�', '�', '�', '�', '�', '�', '�', '�' } Any idea how can we solve this issue ?
