I know about error_reporting(0);, and ini_set(\'display_errors\', false);, but there is a notice appearing in wordpress:
error_reporting(0);
ini_set(\'display_errors\', false);
Not
if you want to hide only errors that comes from this function you can use
@function wp_check_invalid_utf8( $string, $strip = false ) { }