if (function_exists("html_entity_decode_utf8")) {
            $text = html_entity_decode_utf8($text);
        }