tags:

views:

29

answers:

1

Not displaying the country name (in 'Hindi' language) in <th></th> tag?, but displaying country name in hindi in tag correctly Let me know the reason please Iam using php

A: 

Make sure you add this meta tag inside the head element of your HTML, right before the title tag:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Alix Axel