Jump to content

svrart

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

svrart's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.