Исправление pkurg, 04.09.13 21:44 (текущая версия) :
в php есть html_entity_decode
$text = "–". "…". """." "; $html = html_entity_decode($text); echo $html;
или https://pypi.python.org/pypi/cgi.unescape
Исходная версия pkurg, 04.09.13 21:40:
$text = "–". "…". """." "; $html = html_entity_decode($text); echo $html;