7 replies
What encoding is needed to prevent question marks from appearing on web page?

thanks
#pages #web
  • Profile picture of the author goliathseo
    Not sure what you mean. Can you please elaborate on your question?
    Signature

    Do you want to make successes or excuses? Success? Alright then... See what's in store for you....
    - The AC Assassin

    {{ DiscussionBoard.errors[1854743].message }}
    • Profile picture of the author Kay King
      Any chance you are copy/pasting from a word doc rather than from text? That can insert some odd characters but usually more than just "?"
      Signature
      Saving one dog will not change the world - but the world changes forever for that one dog
      ***
      2024 Patriot's Award for Service to Veterans
      {{ DiscussionBoard.errors[1854819].message }}
  • Profile picture of the author Bruce Hearder
    Usually its the encoding of the page. Try setting it to UTF-8, that might height..

    The most common reason why this is happening, is that the content is coming from MS Word, and WORD is notorius for insert weird characters into text.

    So the way to handle the text (even if it never came from word), is :

    1. Copy the text and insert in to NOTEPAD (comes with Windows)

    2. Then copy and text from NOTEPAD and insert it into your website. This will fix something like 95% of all the "?" symbols you see..

    Also make sure you replace all the "angle quote" marks with "vertical" quote marks, and then all should be good

    Hope this helps

    Bruce
    {{ DiscussionBoard.errors[1854851].message }}
  • Profile picture of the author affilorama-portal
    As a matter of fact, that can happen when pasting from any rich text editor, not only Word. So it really is best to use a plain text editor like Notepad.
    {{ DiscussionBoard.errors[1855188].message }}
  • Profile picture of the author shousley
    Copy your content from the spreadsheet/text editor you use to notepad. Then copy that pasted content from notepad to your web page. This will prevent weird characters from displaying on your webpages.

    If you meant asking on what character encoding should be used, try UTF-8.
    {{ DiscussionBoard.errors[1855926].message }}
    • Profile picture of the author dblgdee
      Thanks to all,
      I'm using an html editor that encodes automatically, when the page is viewed in browser, there are ? all over the page.
      I read somewhere that these may be unrecognised characters.
      {{ DiscussionBoard.errors[1856484].message }}

Trending Topics