Hi, I'm trying to convert some charactors with htmlentities(), but by checking
print_r(get_html_translation_table(HTML_ENTITIES));
find it's very limited charset. Is there any way that I can add more to this convert table?
Thanks
do your own substitutions using [man]str_replace[/man]