I am running into an issue where I have question marks showing on one page while others the characters are showing up fine. both of the pages share the same declaration at the top:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
However only one of them is able to consistently display Chinese characters. Sometimes when I refresh the browser, then the characters show up. I don't understand why two pages almost exactly the same would exhibit this type of behavior, has anyone seen this before ?
Edit: Adding the fact that I also specified in the meta tag:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">