For a few days now, I've noticed that Netbeans has been changing accented characters in my code. Apparently, it only does this in the class that was left open when I closed Netbeans. That is, I am editing two classes and I close Netbeans. When I reopen, the class that is in evidence (open) has the accented characters messed up.
FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("Mês/Ano inválido!"));
- Netbeans 8.0.1
- Windows 7 64bit
- Source code encoding: UTF-8
What can this be?