Results 1 to 2 of 2

Thread: Internet Explorer feed reader displays & # 3 9 ; instead of apostrophes

  1. #1
    Join Date
    Nov 2006
    Posts
    3

    Internet Explorer feed reader displays & # 3 9 ; instead of apostrophes

    Internet Explorer feed reader displays & # 3 9 ; (without spaces) instead of apostrophes in the titles of posts that involve apostrophes, does anyone know how to fix this?

  2. #2
    Join Date
    Aug 2006
    Posts
    2,763
    This happens often when the template of the original page/feed does not include the proper header tag for an HTML browser to display characters correctly.

    An html browser needs the following header tag in the original document, to enable displaying of non english charactors correctly; if they are of the proper character set.

    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

    Without the header tag in the original feed as a standard template, to be compatible with an html browser; the browser may/will not display the proper character set.

    You may have to parse all incoming feeds, to include the header tag. Look through the support documents for your feed reader app, see if there's some option to set the character template to utf-8, or iso-something or other.

    To parse incoming feeds you will need a feed parser. I have not used these, so I can't recommend a particular app, or provide valid instructions on how to use them with your feeds.

    Try searching for a feedparser via google or yahoo search engines, read through the results and see if one might suite your needs etc..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •