• Ugh, every time I post something with a little heart like this: <3
    Or an apostrophe it makes my post all weird, and fills in the words with weird characters.

    For example, “Valentine’s” comes out looking like this: “Valentine’s”

    Any idea what this is? I have re-posted FIVE times, logged out and back in again, and I’m seriously frustrated. This is not the first time wordpress has done this to me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • did you write that post in MS Word or any other funky word-processor? any markup plugins applied?

    Thread Starter AshleyxCore

    (@ashleyxcore)

    I typed it right in the wordpress post box, as I always do :\

    My guess: your browser (Internet Explorer? I thought so) is not detecting the character set for your page, utf-8, and is defaulting to ISO-8859-1 (Latin-1 or Western).

    To keep everyone from having to set this manually in the browser, make sure the following is in the <head> portion of your page template:

    <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo("charset"); ?>" />

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Really weird characters in posts?’ is closed to new replies.