How do I to change the encoding on Eclipse ?
I did all of these configurations:
http://uploads.siteduzero.com/files/388001_389000/388662.png http://uploads.siteduzero.com/files/388001_389000/388661.png http://uploads.siteduzero.com/files/388001_389000/388660.png http://uploads.siteduzero.com/files/388001_389000/388659.png
And
Window > Preferences > General > Workspace > 'Other UTF-8'
But, I still get this on my webpage which I had extracted from my DataBase, knowing that the encoding there is perfect (JSP page) :
http://img15.hostingpics.net/pics/136324Capturer4.jpg
and I wrote this in the top of my JSP page :
<%@ page pageEncoding="UTF-8"%>
and this into head tags of my page
<meta charset="utf-8" />