Ways to copy arabic words from database

Asked By 40 points N/A Posted on -
qa-featured

Finally migrating my files to another database with some issues on a few data. I want to copy arabic words from database but it translates into english letters. How do I copy the data as they are in MY SQL server?

SHARE
Answered By 10 points N/A #197342

Ways to copy arabic words from database

qa-featured

Hi,

Make sure that in IE, View -> Encoding is set to UTF -8, and you need to change the Locale of your windows OS to Arabic

(go to Control Panel, Regions and Language settings -> Language -> Arabic).

Another option:

Open up your wp-config.php and find this line:

 define('DB_CHARSET', 'utf8');

Last option:

Check in Settings > Reading that you've got encoding set to UTF-8.

Hope to enjoy it.

Thanking you.

Franke Mary

Related Questions