How to change WordPress encoding?

If you installed WordPress through Fantastico and your letters are not displaying correctly, you shoud change:

define('DB_CHARSET', 'utf8');
to:
define('DB_CHARSET', 'latin1');

and then enter letters that have problem once again.

Note: Fantastico De Luxe is now replaced by Softaculous application with which you can install over 350 applications directly from your cPanel.
  • 15 Users Found This Useful
Was this answer helpful?

Related Articles

Optimizing Joomla

Joomla is a popular CMS that is highly extensible and customizable. The following are suggestions...

WordPress Support

WordPress is an Open Source project, which means it was developed by a community of programmers....

Optimizing WordPress

WordPress is currently one of the most popular blogging/CMS applications in use on our servers....

Kako da instaliram Wordpress preko Softaculous-a iz cPanela?

Pogledajte video uputstvo na srpskom jeziku za instalaciju Wordpressa preko Softaculous...

How to change WordPress password from phpMyAdmin in cPanel

WordPress password can be done in cPanel from phpMyAdmin icon. This is not recommended way of...