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 形式を返して、必要な正しい日本語の文字を取得するように指示するにはどうすればよいですか?