LINUX.ORG.RU

История изменений

Исправление pkurg, (текущая версия) :

в php есть html_entity_decode

$text = "–". "…". """."  ";
$html = html_entity_decode($text);
echo $html;

или
https://pypi.python.org/pypi/cgi.unescape

Исходная версия pkurg, :

в php есть html_entity_decode

$text = "–". "…". """."  ";
$html = html_entity_decode($text);
echo $html;