My pages contain German characters and I have typed the text in between the HTML tag, but the browser views some characters differently. Do I need to include anything in HT
you may try utf8_encode() or utf8_decode() functions.Check if any of these works.
For example
Hope it will work.