Skip to main content
Participant
September 29, 2008
Question

Displaying the 'Pound Sterling - £' Symbol

  • September 29, 2008
  • 1 reply
  • 1710 views
I'm having trouble creating a pdf document which contains the '£' symbol, it always appears as '£' and I've tried various ways of escaping '£' but always end up with the 'Â' in front of the pound sterling sign.

To give an over-view of what I'm trying to do :

Data is retrieved from a MySQL data base where I have stored any '£' symbols as '£'. Retrieving is done with PHP. I then use the str_replace() function to convert '£' to '£' but if I simpy put '£' I get the  appear. I've also tried replacing with just '%A' but then '%A' appears instead !

Anyone any ideas ?
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    September 29, 2008
    Probably not a good forum for getting an answer. Try the forum for the
    actual PDF creation software you are using.

    Aandi Inston