blob: e9289205cb01f3d50be13b0bb2a6bb6f271e47d6 [file]
<?php
setlocale (LC_CTYPE, "C");
echo htmlspecialchars ("<>\"&åÄ\n", ENT_COMPAT, "ISO-8859-1");
echo htmlentities ("<>\"&åÄ\n", ENT_COMPAT, "ISO-8859-1");
?>