Cannot display international lang?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ptez
Forum Newbie
Posts: 3
Joined: Tue Nov 12, 2002 12:42 am

Cannot display international lang?

Post by ptez »

The lang charset is "traditional chinese" (big5)
Testing URL:
http://test.ptez.org/BIG5/HOME/PAYMENT/ ... paypal.php

It's so strange that I cannot display it right.
Even I change the lang encoding.

However, if I review the source code, everything is fine.

This is the only file I have this problem,
you can check:
http://test.ptez.org/BIG5/HOME/PLAN/pla ... _20USD.php

All php (including into this one) files work ok,
only this one cannot display Chinese characters.

Please help me.

I have spent more than 10 hrs on this,
and cannot get any process.
ptez
Forum Newbie
Posts: 3
Joined: Tue Nov 12, 2002 12:42 am

Post by ptez »

Maybe it's a problem of including file.

How many files can be included inside on php file?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

The first link looks fine to me (I can't read Chinese so can't tell you for sure) and the second is just not right (unless squares and question marks have become part of the Chinese language) - what happens if you remove the language encoding information?

Mac
ptez
Forum Newbie
Posts: 3
Joined: Tue Nov 12, 2002 12:42 am

Post by ptez »

twigletmac wrote:The first link looks fine to me (I can't read Chinese so can't tell you for sure) and the second is just not right (unless squares and question marks have become part of the Chinese language) - what happens if you remove the language encoding information?

Mac

Here is the version without the lang info:
http://test.ptez.org/BIG5/HOME/PLAN/pla ... 0USD.2.php

Still having problem, just like what you mentioned.

I have asked friends reviewing them from another pc,
and the result is the same as you: 1st one is ok, 2nd one has some problem.

Actually, the 1st file is included into the 2nd one.

So strange, that some file can display correctly, and some cannot?


As for me, both files all have displaying problems~~~~
:(
Post Reply