require_once('./includes/functions_bbcodeparse.php'); echo "\t\t<content:encoded><![CDATA[". parse_bbcode2($thread['preview'], false, true, false, true) ."]]></content:encoded.\r\n";
echo "\t\t<content:encoded><![CDATA[". nl2br(strip_bbcode($thread['preview'])) ."]]></content:encoded.\r\n";
echo "\t\t<content:encoded><![CDATA[". htmlspecialchars_uni(nl2br(strip_bbcode($thread['preview'])) )."]]></content:encoded.\r\n";