Post rendering stops when a Unicode character is encountered
-
Hi, my WordPress website renders only partial content of a post when the post_content table has Unicode characters like — or 0x00A0
When I open the post in the post editor, I can see the full content, and then when I save it, the Unicode character is replaced with a ? and the post starts rendering properly.
I tried changing the charset of wp_posts table and the post_content column to utf8mb4, but it didn’t fix the issue.
I have manually replaced some characters via PHPMyAdmin, but there are a lot of characters. I have never encountered this issue before.
Any idea how to fix this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Post rendering stops when a Unicode character is encountered’ is closed to new replies.