svrart Posted March 23, 2006 Share Posted March 23, 2006 Hello,I want to include a file that has some english and some chinese characters. My main file specifies unicode characters and the characters of both languages show correctly. However the chinese characters in the include file do not show properly. They just show as ??Here is the code in the main file+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" name="style" href="style.css" /> </head> <body> <center> <?php include("header1.php"); ?>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++header1.php is the file that has both characters. Code snippet below:++++++++++++++++++++++++++++++++++++++++++++++++++甘露++++++++++++++++++++++++++++++++++++++++++++++++The chinese characters that you see above appears as ?? in the browser.What can I do to correct this problem?Thanks,Sridhar Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.