head 0.2; access; symbols; locks dankogai:0.2; strict; comment @# @; 0.2 date 2006.10.09.17.21.37; author dankogai; state Exp; branches; next 0.1; 0.1 date 2006.10.06.08.21.05; author dankogai; state Exp; branches; next ; desc @@ 0.2 log @*** empty log message *** @ text @
By Dan Kogai $Id: encode_entities.html,v 0.1 2006/10/06 08:21:05 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 |
& | & |
U0026 | 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!