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
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
Copyright © 2021 Jogjafile Inc.
I also once faced the same problem in which I used
$con->set_charset("utf8");
right before the query.