Viewing 3 replies - 1 through 3 (of 3 total)
  • You should add a content-type to your <head> section like:

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

    A doctype call other than ‘html’ may help also:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    Test in all (popular) browsers/versions.

    yea… ive had that problem a lot in the past. if you are pasting from word to the wordpress editor you will get these odd characters. its better if you use notepad to copy n paste from.

    you can try selecting all the content in edit window and then click the ‘unformat’ icon within the TINYMCE editor. this will change everything back to the themes default style sheet. if you must use Word, try saving the file as *.txt – UTF-8 encoding before pasting into wordpress.

    Thread Starter Patrick Nommensen

    (@pnommensen)

    Thanks for the help!

    The

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

    did the trick.

    Have a great holiday.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Random ? characters in posts’ is closed to new replies.