WordPress: Fix UTF-8 Issues


/ Published in: MySQL
Save to your folder(s)

If a MySQL DB for WordPress is encoded as latin1, these steps will prevent utf8 encoding issues.


Copy this code and paste it in your HTML
  1. Follow these steps:
  2. http://codex.wordpress.org/Converting_Database_Character_Sets
  3. (see "Performing the actual conversion on your live database" section)
  4.  
  5. Then install this plugin:
  6. UTF8 Sanitize (http://wordpress.org/extend/plugins/wp-utf8-sanitize/)
  7. (fixes UTF8 encoding in titles).

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.