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) %>
It should be £ instead of £pound;
£
£pound;
See http://www.w3schools.com/html/html_entities.asp