xml.etree.ElementTree.ParseError: undefined entity ö: line 47, column 18
解析 xml 时遇到这个错误,搜索 ö 找到
http://www.thesauruslex.com/typo/eng/enghtml.htm 了这个,得知是外文的字符。
xml 的 encoding="ISO-8859-1",而且在 sublime 中使用 ISO-8859-1 打开外文字符也并没有正确显示出来。
google 了一圈没有发现解决办法,求解决方法。