Hi,

I am setting up a new server at the moment, using the current testing 
distribution. I have a very similar configuration already working on another 
boxe: Apache2, PHP4, settings pretty much Debian default installation values 
everywhere (apache2.conf is certainly identical). Both boxes are running 
exactly the same testing versions of Apache2 and PHP4. All the webpages in my 
site have, via PHP includes, the following at the top:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <meta http-equiv="content-language" content="gb2312">

And this works fine on my other box. On the new one, however, some pages come 
up with the Chinese text garbled, ie. this kind of junk: "���Ի�����". On some 
pages the Chinese shows up just fine. I have not been able to identify what is 
triggering this, although one odd thing, when I "View Source" with Firefox the 
font of the English text in the "View Source" window is also clearly different 
on the working and non-working servers. It looks like Apache is somehow not 
seeing those meta tags.

I tried hard coding the meta tags instead of including them on one page, and 
that did not seem to help.

All the pages that are garbled are in a "member" area of the site which is 
reached after user login, if that sparks any ideas.

Any suggestions for solution would be appreciated,
Clayton


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to