All the tables are utf8_general_ci like I said above. And the characters are displayed correctly in phpmyadmin.
I think it must be in a script but still can't find it.
And now when I try to lookup comments in administration screen the server crashes (on my testing server).
I use joomla 1.5.3 php 5.1.4 mysql 5.0.22
I still get funny characters in my production server.
There are many different utf-8 charset. I tried utf8_unicode_ci , Which would be best?
I've disabled the AJAX support , and not include javascript library nothing changes. (the comment settings still work)
I've written a short test script using php to fetch data from jos_comment and display on screen. The words are all perfect no funny characters at all. So it must be in the script somewhere. Probably java script.
I've been looking and testing in components>>com_comment nothing changes.
Can anyone tell what to do?