Posted on : 10-09-2010 | By :
Vipin Konnect | In :
PDF
If you are unable to display the POUND (£) on the pdf then use this function. This function does an amazing job of displaying the £ on the pdf. PDF supports UTF-8 charset.
substr('£', 1, 1)
Just use this function where you need to display the £ sign and see the magic.

0