How to remove invisible junk characters from a XML file

后端 未结 2 1113
-上瘾入骨i
-上瘾入骨i 2021-01-26 09:08

I want to read some xml files.

when i am opening these files with notepad/wordpad/MS Word or any Browser, it is opening in its original form.But when i tried to execute

2条回答
  •  时光取名叫无心
    2021-01-26 10:11

    That might be the UTF-8 byte-order mark. Many text editors (for example Notepad++ and jEdit) allow you specify whether the BOM should be written for UTF-8 or not. With Windows Notepad your only option is to save the file as ANSI.

提交回复
热议问题