PHP import CSV with utf-8 accents -
PHP import CSV with utf-8 accents -
i having issues importing csv file contains (french) names accents in them... when ever imported accent not display example
félix turns fŽlix
the file created hand , imported php.
i have tried both utf8_encode() , utf8_decode() , nether function convert chars can viewed properly.
my question how can render properly... convert char-set.. etc
i believe text encoded in cp850 based on other questions i've seen on here. using fgetcvs() contents.
please, seek iconv() function
php csv utf-8 import
Comments
Post a Comment