How to remove Strange characters ’ and  in WordPress posts

WordPress is an open source web software also referred to as CMS that is developed and designed in PHP with MySQL database support which might be used to create a simple and easy web site or blog. The core of WordPress is made by many community volunteers. It supports thousands of plugins and themes on the market to rework your web site into almost anything taht you imagine. WordPress is simple to customise and you’ll be able to design a blog as per your need. Because of community of various members upgrade could have a common factor in WordPress and sometimes after a WordPress upgrade we can start to get all types of weird symbols in our posts, together with  and ’. it’s not a big issues simply a character encoding mismatch problem.

The Solution over this is as given below:

In your wp-config.php file which is found in your main blog directory, you just have to comment out two lines.

These lines areas follows:
define(‘DB_CHARSET’, ‘utf8?);
define(‘DB_COLLATE’, ”);

Comment them out like this:
//define(‘DB_CHARSET’, ‘utf8?);
//define(‘DB_COLLATE’, ”);

The problem of Character encoding mismatch is fixed now. WordPress are often utilized by several on-line organizations and bloggers to create interactive web site or blog. cPanel hosting works best to host a WordPress web site with all user needs as per their business (by a user according to his business requirements). Ownwebservers web hosting service provider has cheap and reliable hosting packages to host any web site to deploy secure services on-line.