I am using a UTF8 library that fixes encoding issues with the text. It has been working great until I deal with a curly apostrophe ’
.
Sometimes in my database, a column field will contain words with these curly apostrophes instead of straight ones. The UTF8 converter I am using for whatever reason will convert it from
you’ll
to
you?ll
Anyone have any wisdom that points me in the right direction as to why this is happening. I am not that familiar with encoding issues.