• Thoughts on this?
    ‘Your feed appears to be encoded as “utf-8”, but your server is reporting “US-ASCII”‘
    https://xrl.us/cn5j
    The relevant Mime header provided by the server is: “Content-Type: text/xml” rather than ‘application/xml’; or ‘text/xml; charset=utf-8’ More trivia on what this all means: https://xrl.us/cn5m
    – fastidiously yours – ben

Viewing 1 replies (of 1 total)
  • Thread Starter bhyde

    (@bhyde)

    This might be a fix… a change like this in the various wp-rss.php etc. files.
    Change: header(‘Content-type: text/xml’, true);
    To: header(‘Content-type: application/xml’, true);
    Somebody in the know should proof this suggestion though.

Viewing 1 replies (of 1 total)
  • The topic ‘Feed utf-8 by server say us-ascii’ is closed to new replies.