Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 MagpieRSS 从 xml 文件中获取提要。XML 文件采用 UTF-8 字符编码 ( language = 'ja,jp')。
language = 'ja,jp'
但是在解析 xml 之后,Magpie 返回垃圾字符串而不是日文字符。
如何告诉 Magpie 返回 UTF-8 格式以获取我需要的正确日文字符?