When modifying a html file in MyEclipse HTML Editor, some strange behaviour occurs for non ASCII characters.
What happens is that if I type a char like ‘à’ and save the file, close the editor and reopen the editor what I get is some garbage instead of ‘à’ (ex. ‘Ã ‘).
I have tried different encoding for the editor but still the same
The files I am working with come from a CVS repository I am connected to through Eclipse Team mechanism. This seems to be part of the problem, since I tried to reproduce the same wrong behaviour on files not connected to CVS, using MyEclipse HTML editor and chars are NOT changed.
Note however that there is NO CVS operation going on in between, that means that I simply open a file with HTML editor on local machine, change it, save it, close the editor, reopen the editor. CVS is not contacted at all in these operations.
I have Eclipse 3.0.1 with MyEclipse 3.8.2 on a Win 200 pro machine.
Thanks