International characters
Posted: Mon Feb 11, 2008 11:08 am
I have a mssql table that I have to work with which contains entries like:
a) Payment of ce4.00 received
When displayed by PHP in a webpage (verdana font) it shows as:
b) Payment of œ4.00 received
I actually think it should say:
c) Payment of £4.00 received.
How can I correct this so my web application displays as example c) please?
a) Payment of ce4.00 received
When displayed by PHP in a webpage (verdana font) it shows as:
b) Payment of œ4.00 received
I actually think it should say:
c) Payment of £4.00 received.
How can I correct this so my web application displays as example c) please?