I have a site using tamil language. I have no problem with displaying tamil characters inside wordpress. I have created a page outside wordpress in which i embed wordpress functions by using wp-load.php however, it displays incorrect tamil characters.
How to fix this issue? Please help!
Find the meta charset tag in the
<head>
of your WP site. Should look something like<meta charset="UTF-8" />
, but it might not beUTF-8
Paste that into the head of your other site.