<?php$string = "Mi canción";$format = htmlentities($string,ENT_QUOTES,'ISO-8859-15');?><script>alert("<?php echo $format; ?>");</script>