MyBB Community Forums

Full Version: unrecognizable words in post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some words in post unrecognizable, but properly shown on edit pageHuh
My website language is Chinese and database table for the post also set to UTF-8, don't know why got this errorSad

Anyone know the solution please... ...
Thank you

[Image: 63a660c31b0ced15a99ca6f311004c144g.jpg]
It's a known bug with word wrapping.
http://community.mybboard.net/thread-40223.html

A temporary fix is to disable word wrapping.
Hi Splappy, thank you for your help! Rolleyes
I'm really not so understand about the wrapping, but it not work for me even I disable it.

However, I fix it with removed this row from inc/functions.php
I don't know will it causing any problem or notExclamation but it work Smile
/** }
* else
* {
* $message = preg_replace("#(?>[^\s&/<>\"\\-\.\[\]]{{$mybb->settings['wordwrap']}})#", "$0 ", $message);
* }
*/