It's hard to ask questions using these codes. The page contains:     This is an indented item.
instead of
This is an indented item.
So the page renders with the actual & n b s p ; characters instead of using blank spaces.
I notices the database had no collation for this column. I tried changing the collation utf8-unicode-ci then I re-updated the column value but the result was still the same. I also tried ascii-general-ci.
Perhaps the problem isn't in mysql but in the php that is retrieving it?
I'm at a new host with a new small mini cms module with an impatient client who just wants to get rid of the characters.
(Of course, it's doing the same with dashes etc. The input is from html generated by openoffice.)