An open API service indexing awesome lists of open source software.

https://github.com/coderbyheart/wordpress-convert-encoding

Script to convert WordPress’ content encoding
https://github.com/coderbyheart/wordpress-convert-encoding

Last synced: 9 months ago
JSON representation

Script to convert WordPress’ content encoding

Awesome Lists containing this project

README

          

# Script to convert WordPress' content encoding

This script converts the encoding of all database entries of wordpress into another encoding.
In most cases you would convert into UTF-8.

## IMPORTANT!

Remember to dumpy your database first

`mysqldump --opt DB_NAME`

Or use phpMyAdmin:

*
*

Do NOT run this script more then once

## Instructions

Place this script inside the wp-content folder of your blog and access it via the browser, e.g. `http://yoursite.com/blog/wp-content/convert-encoding.php`