By Dan Kogai $Id: encode_entities.html,v 0.2 2006/10/09 17:21:37 dankogai Exp dankogai $
Whenever you need to paste your source code to HTML, you have to encode at least the characters below;
From | To | ||
---|---|---|---|
< | < |
U+003C | LESS-THAN SIGN |
> | > |
U+003E | GREATER-THAN SIGN |
& | & |
U+0026 | AMPERSAND |
" | " |
U+0022 | QUOTATION MARK |
This page just does that for you. Just paste your text to the first form and the you get the encoded version in the second.
Enjoy!