[PHP] wrapping PHP around chinese characters

2003-12-03 Thread See Kok Boon
Hellox experts.. I am making a quiz for a Chinese website. the PHP I going to use is to be wrapped together with the chinese character outputs all in a single file. For an example... In quiz.php If(YOUR_ANSWER_IS_CORRECT) { print in chinese: you scored full marks //output }

[PHP] wrapping PHP around Chinese characters

2003-12-03 Thread See Kok Boon
Hellox experts.. I am making a quiz for a Chinese website. the PHP I going to use is to be wrapped together with the chinese character outputs all in a single file. For an example... In quiz.php If(YOUR_ANSWER_IS_CORRECT) { print in chinese: you scored full marks //output }

Re: [PHP] wrapping PHP around Chinese characters

2003-12-03 Thread Sophie Mattoug
Would it be possible you have a problem with line-feeds while uploading from win ti linux ? -- Cordialement, --- Sophie Mattoug Développement web dynamique [EMAIL PROTECTED] --- See Kok Boon wrote: Hellox experts.. I am making a quiz for a

RE: [PHP] wrapping PHP around Chinese characters

2003-12-03 Thread See Kok Boon
’t show... bad. -Original Message- From: Sophie Mattoug [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:35 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] wrapping PHP around Chinese characters Would it be possible you have a problem with line-feeds while uploading from win ti

Re: [PHP] wrapping PHP around Chinese characters

2003-12-03 Thread Jason Wong
On Thursday 04 December 2003 00:09, See Kok Boon wrote: I dun understand what you mean by line feeds. That should not have anything to do with your problem. [snip] When file is in ANSI format, everything is fine except that the chinese doesn’t show... bad. Have you specified the correct

RE: [PHP] wrapping PHP around Chinese characters

2003-12-03 Thread See Kok Boon
Thanks jason. Problems solved. Thanks. =) -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 12:19 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] wrapping PHP around Chinese characters On Thursday 04 December 2003 00:09, See Kok Boon wrote: I