Mysql dump encoding errors

If you get some errors like ’ instead of apostrophe try the following   $contents = mb_convert_encoding( file_get_contents( ‘FILEPATH_OF_PROBLEMATIC_FILE’ ), “HTML-ENTITIES”, “UTF-8” […]

prd

Use the below function for small tests 🙂 /** * Print multiple arrays in a pretty way and die() * * @param […]