-1

How to reproduce unknown fonts to correct hindi font in mysql database? i have database contains hindi field and now the fonts are not showing correctly it shows

**à ¤­à ¤¾à ¤°à ¤¤à ¥€à ¤¯**

how to convert this font? thanks

amit
  • 874
  • 7
  • 16
Tech
  • 101
  • 1
  • 3
  • please set the collation of your mysql table to utf8_unicode_ci. The page where you display fonts add the following line < meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> – Naved Munshi Nov 27 '14 at 05:29

1 Answers1

0

I also once faced the same problem in which I used $con->set_charset("utf8"); right before the query.

Du-Lacoste
  • 11,530
  • 2
  • 71
  • 51