Even if censoring is turned off, the preview is always censored. In previewpost.inc.php the check for the config setting is missing:

if ($config['DO_CENSOR']) {
$Body = $html->do_censor($Body);
}


##eek##