Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1

    Default Charset question

    I have an RSS feed on my site in a placeholder. The charset on the feed-side is UTF-8. It renders perfectly on the test site ( I am using RSSincude) but not so in the placeholder when I preview the site in XXP5. Any suggestions?

  2. #2
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Charset question

    In the exported html replace following string:

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

    with:

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

  3. #3

    Default Re: Charset question - reply

    Thank you John. It seems a little more complex. This is the script (js):

    <script type="text/javascript" src="http://output79.rssinclude.com/output?type=js&id=13827&hash=2638425ad6a3e3f3d8e24 d9144e8e8bd"></script>.

    The set-up is done on the webpage at rssinclude.com. There is an option for UTF-8. I have selected it (and other options). Please look at www.awk.co.za (if you have time). It does not render the special characters. Perhaps it is not a XWD issue but a rssinclude.com issue? Thanks Chris

  4. #4

    Default Re: Charset question

    Changing the character set directly in the <head> section of the page.htm concerned seemed to have done the trick without causing new problems.

  5. #5
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Charset question

    Looks well now. And yes, you have to replace it in the exported html.
    John.

 

 

Bookmarks

Posting Permissions

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