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
- Host: GitHub
- URL: https://github.com/coderbyheart/wordpress-convert-encoding
- Owner: coderbyheart
- Created: 2012-04-13T06:48:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-13T06:48:12.000Z (over 13 years ago)
- Last Synced: 2025-02-01T11:11:08.910Z (11 months ago)
- Language: PHP
- Homepage: http://m.tacker.org/blog/64.script-to-convert-wordpress-content-encoding.html
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`