By which means are you getting the data? If it is a servlet then you can set the encoding format like below:response.setCharacterEncoding("UTF-8"); Again if you are displaying some text and see some html tags in it which should not come, then you need to add @CONTEXT='html' just after the text conte...