<?php $string = "â€"; var_dump(htmlentities($string, ENT_QUOTES, "UTF-8")); var_dump(mb_convert_encoding($string, "HTML-ENTITIES", mb_detect_encoding($string)));
You have javascript disabled. You will not be able to edit any code.