Search code examples
asp-classic

Can't get pound (£) sign to show in Classic ASP


Very simple scenario, but could not find a fix. How can I get a pound sign (£) to display correctly in all browsers in Classic ASP?

I have the following:

<% Response.Write "£pound;" & (number) %>

Solution

  • It should be &pound; instead of £pound;

    See http://www.w3schools.com/html/html_entities.asp