I have a JSP page which display '?' marks for special characters and commas when it includes a HTML page. The special characters in the HTML page look fine when I open it in a browser but I see the '?' for special characters and commas when I include this HTML page in a JSP.
The header looks like the following
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml"
>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
Can you any one please post what can be the cause and how can I fix it?
Thank you
I
Start Free Trial