I want to add a chinese page to my site, set the charset to UTF-8 but after uploading to the server the chinese characters don't display correctly. What am I doing wrong? When tested locally on my browser before uploading, the characters are display correctly.
<!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>chinese characters</title>
</head>
<body>
<b>Chinese characters in UTF-8</b><br/>
Simplified characters: 简体中文网页<br/>
Traditional characters: 繁體中文網頁<br/>
</body>
</html>
Any idea? Thanks for your help.
Bookmarks