Portuguese charset problem

前端 未结 6 1170
别跟我提以往
别跟我提以往 2020-12-10 21:06

I’m a headache with the damn charset.

Portuguese charset=iso-8859-1

On my HTML I have:



        
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 21:49

    Why don't you switch to UTF-8?

    edit You might also want to switch to using entities.

    é would be the é

    http://www.w3schools.com/tags/ref_entities.asp

提交回复
热议问题