If you are trying to get £ you first need to "Decode numeric entities" and then "Convert to named entity"
- Juan
On Nov 11, 2005, at 1:11 PM, Timothy Bates wrote:
Hi,
Type and select the string "£" in an html document
Hit cmd-shift-& and choose "Convert to named entity"
expected: british pounds sterling symbol obtained: ampersand (&)
reference: http://www.w3.org/TR/WD-entities-961125
<!ENTITY pound CDATA "£" -- pound sterling sign -->
<!ENTITY amp CDATA "&" -- ampersand, U0026 ISOnum -->