Hi,
I am currently trying to do a website with both chinese and englis text, and I have problems displaying chinese text. I uploaded a set of identical website files to 2 different servers and domains, and one displays chinese character but has messed up layout, the other does not display the chinese character (instead it's all ?????) but the layout is ok.
The website is all in PHP and uses include() generate each part of a web page. The PHP files are ANSI for those where there is no chinese, and UTF where there is.
I am wondering if the file encoding affects the HTML output. For example, it might be the case that it generate different parts of the file in differet encoding such that there is no uniform encoding?
Any idea if this is the case or what else can it be?
Thanks.