Edit:
Do you have <meta charset="utf-8" />
in your <head>
tag? A user here fixed a similar problem with character encoding by adding this.
There are actually many Google results that come up searching for utf-8 character encoding in wordpress
.
Also, does pasting the text into the HTML view of the editor and saving it make any difference?
Below is not such a good idea as @toscho explained in comments.
I am not sure if this is the best method to fix the problem but this worked for one of my clients’ websites.
Find these two lines in your wp-config.php
file:
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
And comment them out like so:
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');
Related Posts:
- Search and replace special characters (å,ä,ö) for image attachments only in database
- Search Character Set Problem
- Character encoding issue – black diamond question marks on imported post excerpts
- WordPress character set issue
- Why is converting my database to UTF-8 truncating entries?
- MySQL SELECT increment counter
- Exclude Statement in SQL
- Is it fine to have foreign key as primary key?
- Detecting errors generated by $wpdb->get_results()
- wpdb update add current timestamp not working
- Restoring WordPress posts from database only
- Displaying content from one WP site on separate WP site
- Lost the `wp_options` table: what’s the best way to restore the site?
- Performance Gains of Relational DB Setup
- Slow wp_term_relationships query
- How to use “TRUNCATE TABLE” MySQL statement?
- How to initialize $wpdb?
- Organizing WP Pages based on old website database
- Export wordpress table to excel
- Meta query interfering with orderby relevance
- Why is Woocommerce writing in my wp_comment table?
- How to implement content from external database into WordPress text page? [closed]
- Strange Deadlock database error for the query “Delete From wp_options”
- Storing textbox values in Database
- WooCommerce – Query for ordered products
- PHP variable in WordPress database query
- Differences between add_post_meta and update_post_meta
- Is a direct or import approach safer for migration into WordPress?
- Tons of Twitter rows in my database
- Why can’t I swap a DB in a WP install? [closed]
- How do I reset a self-hosted WordPress URL?
- Select Multiple meta_value from WP DB; Single Query
- One post carries 30 postmeta values, is this too much?
- Is it possible to split database tables using HyperDB?
- What happens if I overwrite the current wp_options table with a backup from a week ago?
- CRUD operations using WordPress database API
- Display SQL that wordpress is running
- Critical error in final stage of website launch – URLs are BROKEN!
- How do I get WordPress login to ignore the password input if a particular username is used?
- Migrating WordPress from DreamHost to Azure WordPress Resource via UpdraftPlus “wp_options table does not exist…” error
- How to resolve Connections using insecure transport are prohibited while –require_secure_transport=ON
- How to Mirror WordPress database from Remote server to Local server
- WordPress is not creating table in database after activating plugin,
- How do I delete these post types in my WordPress database?
- How do I query wp_options for expired transient pairs with MySQL commands?
- WordPress returns to an old version
- data (html) migration to posts
- Super slow queries from author archive pages killing my database
- localize elements in database
- Use same database on main domain & sub domain
- How do I convert a MySQL database from utf8mb4 to utf8 encoding?
- Why user_pass column in wp_users table is varchar(64)
- Best practice to limit results in get_row()?
- How to migrate a database from a server to another
- Which table (and column) has the content of configured get_post_meta?
- Serialize data before inserting into the DB
- Reinstalling wordpress from database breaks the site
- how to count click tab menu and insert to database
- Adding prefix to WordPress database tables breaks admin capabilities?
- What is the best way to resurrect and update my old WordPress site?
- Pages from custom table
- Trouble running $wpdb->query() with last_insert_id
- Using $wpdb | checking entered email against existing emails in db
- wp-cli: Error establishing a database connection: undefined constant DB_USER
- Can I customised default WP table
- Woocommerce – Check product stock availability from external database
- Get results from wordpress data custom table
- Outputting query results
- Help With a Large WordPress Based MySQL Database on Shared Hosting
- How to display data from db in select list [closed]
- Will adding & modifying default WordPress table index break future WordPress update
- Database migration issues – Error #1046 No database selected
- echo site_url() returns a different value than what is in the database siteurl field
- Can two domains use the same database?
- Native timestamp on wp_options option
- SELECT rows between two datetimes when the range is dynamic [closed]
- How to get the full stack trace for WordPress “table doesn’t exist” error in debug.log?
- How to fix Uploaded to this post option to see group of images uploaded to a post?
- adding user_id and name to a separate table whenever a user register based on role
- How to access a table in a wordpress database using REST API?
- error establishing a database connection 3
- User saved through WordPress backend does not show up in database table users
- Correct and secure way to access a custom SQL database in a custom PHP template file
- Adding featured for post using database
- Missing latest posts and options after DB migration via phpMyAdmin
- get_the_terms is not working
- Custom metabox does not store data
- Return image urls with specific base string?
- Local host to server import problem
- Restoring .sql backup results in “Error establishing a database connection”
- Link to handle $_GET request
- WordPress sync with phpbb
- “MySQL server has gone away” since update to 3.8
- featured image not showing up with mysql_connect
- Getting deleted users in database
- Options of accessing wordpress data from mobile app
- Getting data from a table using a query
- Database interaction (private-public) [closed]
- SQL Query to get post_id from wp_posts and and meta_key(s) from wp_postmeta
- WP Multisite Users Not Linking