Print special character like copyright signTag(s): Language
<SCRIPT> document.write("There is no © on this tip"); document.write(" and no ® or ™ too <br>"); for (i=33; i<256; i++) { document.write ("&#"+i+" dec =" + i +" oct =" + (i).toString(8) ); document.write("<br>"); } </SCRIPT>
To show in an alert box with accented characters, use something like this :
alert("\350 \351 \352 \353 ");
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com