MYSql Showing Symbol except Single Quot
Hello Developers: i have a problem with my mysql results. i have some textin mysql with single quot but after showing on my client side result it shows � this symbol except single quot. in database talbe the text is like this:
text: If mo开发者_JS百科ney doesn’t grow on trees
Result: If money doesn�t grow on trees
Please let me know how it can be solved. Regards & thanks.
Take a look at this (note this is php, not sure what you are using). You may want to pre-process to convert certain special characters.
精彩评论