gudfry Posted August 15, 2008 Share Posted August 15, 2008 hi all; i was creating a function to tell the php to set into Utf-8, but i got a problem wiht it. Im looking for a good resource of code that tell the php to set only a Utf-8, here is sample code. die("Cannot set encoding to UTF-8 in common<n>.php"); if (!mb_http_output("UTF-8")) die("Cannot set encoding to UTF-8 in common<n>.php"); can anyone help me to make this code work's, thanks for advance. Quote Link to comment https://forums.phpfreaks.com/topic/119796-how-to-tell-php-to-set-into-utf-8/ Share on other sites More sharing options...
ignace Posted August 15, 2008 Share Posted August 15, 2008 http://be.php.net/manual/en/mbstring.installation.php Quote Link to comment https://forums.phpfreaks.com/topic/119796-how-to-tell-php-to-set-into-utf-8/#findComment-617234 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.