invalid byte 2 of 2-byte UTF-8 sequence

前端 未结 7 1874
萌比男神i
萌比男神i 2020-12-14 16:18

I am trying to parse an XML file with but ran into an error message invalid byte 2 of 2-byte UTF-8 sequence

7条回答
  •  时光说笑
    2020-12-14 16:47

    Either the parser is set for UTF-8 even though the file is encoded otherwise, or the file is declared as using UTF-8 but it really doesn't.

提交回复
热议问题