<http://forum.pspad.com/read.php?f=2&i=10583&t=10569> 
----------------------------------------------------------------

Depending on the encoding of your webpage, it's better to use the unicode
variants for special characters. Also, most of the ascii don't work in
xhtml. See http://www.w3org/TR/REC-html40/sgml/entities.html for a
complete list.

You can add any you need to your html.def or xhtml.def file. Put them in
the second section of the file (after the %whatever, section) and follow
the syntax like this:
[&#169; | copyright]
&#169;
;

You can also comment out any that you don't need with a semicolon (;) to
make it easier to use. I find it easier to type most tags than to use the
clip file. If you use a character entity a lot, you can also make a
keyboard shortcut for it.

Rick

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to