Jump to content

inlude file with unicode charachters help


svrart

Recommended Posts

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




Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.