At 1:14 PM +0000 12/5/06, Chris Dean wrote:
Hi Nunners,

Just the £ and in my case I need to use that symbol, can't really get round it sensibly with £

Chris

Chris:

A simple way I've found to display such characters is to first find their Unicode code-point -- in this case 00A3. Then take the DEC of that, which is 163. Then add the prefix "$#" and suffix of ";" and you have the html entity -- rendering:

£

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to