As of PHP 5.4 they changed default encoding from "ISO-8859-1" to "UTF-8". So you get null from htmlspecialchars.
edit /admin/includes/modules/product/preview_info.php
add to end of line 191:...