How can I properly display German characters in HTML?

后端 未结 9 2019
悲&欢浪女
悲&欢浪女 2020-11-29 06:40

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

9条回答
  •  旧巷少年郎
    2020-11-29 06:55

    Sounds like a character encoding issue, in that the file is saved as a different character encoding to what the webserver is saying it is.

提交回复
热议问题