y this
instead:
header( 'Content-Type: text/html; charset=UTF-8' );
--
Joel Rees, programmer, Kansai Systems Group
Altech Corporation (Alpsgiken), Osaka, Japan
http://www.alpsgiken.co.jp
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
/* Parses one Unicode character out of a nominally utf-8 stream
// and returns the utf-32 (i. e., 32 bit integer) encoding.
// On error, returns the next byte from the stream.
// Joel Rees, Amagasaki, Japan, July 2003, released to public domain.
// Fu