ashrafmhd09 / php-csv-parser

Automatically exported from code.google.com/p/php-csv-parser
0 stars 0 forks source link

Loading Unicode files #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Load Unicode (I believe UTF16) CSV file created in OpenOffice Calc
2. echo "Headers: " . implode(', ', $csv->getHeaders()) . "\n";

This prints the header strings with a space between each character. Like 
so:

 eaders:  ■" t r a d e m a r k " ,  " s u b s t i t u t e " ,  " e r a s e 
"

PHP Version 5.3.0
Windows XP Professional Service Pack 3 i586

Please provide any additional information below.
Maybe wrong place, but... thanks for this module! :)

Original issue reported on code.google.com by th.geist on 10 May 2010 at 5:33