CodeIgniter Forums
How to import the japanese data csv into database. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to import the japanese data csv into database. (/showthread.php?tid=51739)



How to import the japanese data csv into database. - El Forum - 05-15-2012

[eluser]Unknown[/eluser]
Import CSV containing multibyte content (Arabic and Japanese ) in codeigniter.
There is one of the php's function fgetcsv() is not compatible with mulitibyte strings like(Arabic,Korean). Is there any other function/method available in php or codeigniter which will help in this case.