I am have a database that is running fine on website, but when I run it on my xampp for wordpress it is showing single quote '
as ’
. While database also has ’
in table, and there is smooth mysql_fetch_array is using to display data, but my xampp and wordpress not showing ’
as '
single quote, please let me know how can I solve this issue. ?
Asked
Active
Viewed 40 times
0
-
Look for encoding and charsets. – Pierre Arlaud Jan 23 '14 at 12:57
-
2Are you sure you're using `'` and not one of these? `“ ” ‘ ’` – Albzi Jan 23 '14 at 12:58