bwballar
05-21-2008, 10:29 PM
I am having trouble displaying chinese characters in the page title. The characters display correctly throughout the body of the entire page, however they display as garbage characters in the page title. My code looks something like this:
.
.
.
<%@ page contentType="text/html; charset=UTF-8" %>
<title>中国</title>
.
.
.
I have also tried placing:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="zh-cn">
before the title tag. Does anyone have advice as to how this problem can be solved?
.
.
.
<%@ page contentType="text/html; charset=UTF-8" %>
<title>中国</title>
.
.
.
I have also tried placing:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="zh-cn">
before the title tag. Does anyone have advice as to how this problem can be solved?