Why is IE failing to show UTF-8 encoded text?

前端 未结 5 1169
有刺的猬
有刺的猬 2020-12-15 03:55

I have a some Chinese characters that I\'m trying to display on a Kentico-powered website. This text is copy/pasted into Kenticos FCK editor, and is then saved and appears

5条回答
  •  执笔经年
    2020-12-15 04:39

    The default IE encoding is Western European (ISO) so you need to change it manually to UTF-8 or enforce IE to use a given encoding like this:

    • HTML 4.01

    • HTML 5

    And you also need to use lang attribute in tag to declare language

        
    

    for Chinese

提交回复
热议问题