Linto davis
Linto davis

Reputation: 752

Not displaying the country name (in 'Hindi' language)?

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

Upvotes: 1

Views: 249

Answers (1)

Alix Axel
Alix Axel

Reputation: 154553

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" />

Upvotes: 1

Related Questions