Re: [PHP] Chinese words on a PHP web page

2010-11-04 Thread tedd
At 12:52 PM -0400 11/4/10, Ernie Kemp wrote: I'm writing a program that allows the user to click the flag and the test will change to that language and display. I'm trying to convert from English to Chinese using characters such as " æ°©"è¿Î" The browser interprets these into, in this case,

Re: [PHP] Chinese words on a PHP web page

2010-11-04 Thread a...@ashleysheridan.co.uk
You could do it using the &1234; type codes, or copy it directly from another source, like a character map program. Bear in mind that if you do the latter, you'll need to output a utf 8 meta tag with the html output too. Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - Fro