<?php

	echo nl2br(htmlspecialchars("'", ENT_COMPAT, "UTF-8"))."\n";
	echo nl2br(htmlspecialchars("™", ENT_COMPAT, "UTF-8"));

?>