Hi
I'm not familiar with the architecture of FCKeditor, which the Forum or Thread module uses in the text input erea, but the Thread module seems to save the text as is returned from a browser. Your issue makes me think that the text you input in your browser is nerver converted to UTF-8 and saved during this process.
How is your mbstring section set in php.ini?
This is the recommended settings for your reference.
By setting the "mbstring.encoding_translation" to On, Apache automatically converts a charset encoding from anything to what is defined by "mbstring.internal_encoding", (it's UTF-8 in this case.)
This is worth trying.
Bookmarks