1

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!

Ken
  • 833
  • 2
  • 13
  • 27

1 Answers1

1

Find the meta charset tag in the <head> of your WP site. Should look something like <meta charset="UTF-8" />, but it might not be UTF-8 Paste that into the head of your other site.

Chris Carson
  • 1,835
  • 15
  • 13