php - MLAthira malayalam font insertion in Mysql database -
i need store malayalam font not in utf 8 encoding, having bulk of data in excel having lots of malayalam in it,inserted using athira font when convert csv file cannot read data in excel files if insert data mysql db readability problem occurs
is there way convert utf 8(i tried saving text file , again saving utf 8--->csv dint worked)
can insert files readable in sql db using collation?? please if 1 knows !!
for storing malyalam text in mysql table specify unicode encoding either table or entire schema. see http://dev.mysql.com/doc/refman/5.0/en/charset-charsets.html available encodings. advise go unicode encoding if have text in more 1 language or language (like malyalam) not have ansi code page. see http://www.unicode.org/faq/utf_bom.html more details utf-8, utf-16 etc.
Comments
Post a Comment