I am extracting some data from MongoDB and showing it to a webpage. I am using Java and Struts2 framework. Problem is, in Mongo console the letter é
, is showing �
this. But, Eclipse console also showing é
. In jsp
page, I tried with
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
but, no luck. Can anybody tell what is the problem and how can I solve it?