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. 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 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
Archived
This topic is now archived and is closed to further replies.