Viewing 7 replies - 1 through 7 (of 7 total)
  • &#194 = ?
    and again in code in case it appears wrong: &#194

    I had a problem with similar issues. Consider setting up a find and replace macro in excel, to change all of them.

    https://symbolcodes.tlt.psu.edu/web/codehtml.html

    Thread Starter tkucey

    (@tkucey)

    Thanks ABCDiamond.

    I wasnt clear, sorry. I want to get rid of the little buggers! Not sure if replace value should be blank or if it needs a character.

    The little accent is part of the special letter code, so your only way is to change ? to A using a find and replace macro, which is what I did to get rid of all the accents that stuffed up my import of a load of pages the other day.

    So, you could try changing &#194 to &#65
    which is ? to A in the screen version.

    Thread Starter tkucey

    (@tkucey)

    Nope. Still, just want to get rid of them.
    The ‘replace’ Im talking of is only in reference to the plugin’s name.

    My ” a’s ” are tacked inside or onto the end of words they shouldn’t be on ie: That’s greatA!

    So to get rid of one in the middle of a word ie : HellAo with this plugin, do you just leave the replace field blank??

    Ahh. I see.

    Have you tried this suggestion from an old post:
    https://www.ads-software.com/support/topic/strange-characters-in-past-posts?replies=12#post-580200

    You have to comment out two lines in your wp-config.php file (found in your main blog directory).
    These are the two lines:
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    Comment them out like this:

    //define(‘DB_CHARSET’, ‘utf8’);
    //define(‘DB_COLLATE’, ”);

    Hi again.

    I just came across exactly the same thing on one of my sites. Now I know exactly what you have.

    It is caused by one character or even a space that has somehow been converted to a special character.

    I did a quick replace of a page of spaces, or maybe the characters and spaces, and that fixed it.

    eg: I had these three characters together : <
    in my edit page view it looks right, but when published it showed on my browser as :?<

    Replacing “: <” [copied and pasted from my page] with “: <” [typing the characters] fixed it.

    Easy for one page, but I appear to have a whole site to fix !!
    I may just download the plugin you are using ??

    No idea what made it change recently.

    Thread Starter tkucey

    (@tkucey)

    ABCDiamond – I did try that old posts recc’d and it didnt work.

    Had to contact my hosting co. and turns out there was latin coding embedded way down int he older scripts. Their server had done an automatic update and all the character suddenly appeared.
    Hosting co. fixed it (thanks guys!) and all is right again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Simple find and replace for the dreaded "?" character?’ is closed to new replies.