Showing posts with label Hindi in mysql. Show all posts
Showing posts with label Hindi in mysql. Show all posts

Saturday, August 6, 2016

How to store data in Hindi (unicode) language

some time we need to save data into another language such as Hindi.
if we want save Hindi font in MySQL then we have to take care of  collation 





Steps

 when you are creating a table, see collation column. select urf_general_ci. if you will choose another collation and will insert Hindi text then it will appear like "?????? ?? [][][][][][]"





Solution