I have a program which extracts GPS coordinates from metadata and imports the results onto a database. I then display the data using PHP on a webpage.
My problem - I've recently created a new template but for whatever reason, it is no longer showing the degrees symbol '°' but a '�'.
I just find it strange that it works with one template, but not the other?
I've tried changing fonts, but had no luck
Insert the degree symbol by using a keyboard shortcutOn your keyboard, press Alt + 0176.
See DEGREE CHARACTER.
Specifically, HTML Entity: °
.
Check that you have the proper docstring and character encoding in both templates to make sure they are correct.
You can use:
utf8_encode('YOUR TEXT');
utf8_encode converts the string data from the ISO-8859-1 encoding to UTF-8.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With