Re: Re[2]: [PHP] Japanese with UTF-8 and mysql

2005-06-03 Thread Peter Brodersen
On Thu, 2 Jun 2005 11:58:26 +0100, in php.general [EMAIL PROTECTED] (Richard Davey) wrote: I would recommend setting UTF-8 as the Content-type via PHP itself: header('Content-type: UTF-8') - do it as one of the first things when you're ready to output the HTML. UTF-8 is a charset, not a

Re[2]: [PHP] Japanese with UTF-8 and mysql

2005-06-02 Thread Richard Davey
Hello Mark, Thursday, June 2, 2005, 4:18:30 AM, you wrote: MS ?php MS session_start(); MS include(database.php); ? I would recommend setting UTF-8 as the Content-type via PHP itself: header('Content-type: UTF-8') - do it as one of the first things when you're ready to output the HTML. MS