Jean-Christian Imbeault wrote: > I tought I had read that PHP 4.x with the mbstring library installed > will automatically convert and input ($_POST vars for example) into the > correct internal encoding. Is this true?
Half true. You need to compile mbstring & php with --enable-enc-trans. I think you cannot just install mbstring module via. php.ini or dl() to enable automatic encoding translation if php is not compiled with mbstring and --enable-enc-trans. -- Yasuo Ohgaki -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php