Hi every one,
When string contains "I’m vivacious", it gives me error near "x92m viv..." when trying to insert it into a MySQL table (note: ’ is not ' or `).
After using utf8_encode() converting to utf8, the insert op successes. But it shows as "I’m vivacious". How  can be avoided

?
Thanks in advance,