diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-16 16:56:58 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-16 16:56:58 +0100 |
commit | 2a53469f6d6d07293de4ac1e91fba941590dd7d2 (patch) | |
tree | 4112c8a8ae1d1d5e4a4168027fd2b8b6d67c94c0 /examples/bom_excel_macos.php | |
parent | 269f03d0a7db2c9c66b4ff5fb463ca1aab1ae2a7 (diff) | |
download | csv-2a53469f6d6d07293de4ac1e91fba941590dd7d2.zip csv-2a53469f6d6d07293de4ac1e91fba941590dd7d2.tar.gz csv-2a53469f6d6d07293de4ac1e91fba941590dd7d2.tar.bz2 |
update examples directory
Diffstat (limited to 'examples/bom_excel_macos.php')
-rwxr-xr-x | examples/bom_excel_macos.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/bom_excel_macos.php b/examples/bom_excel_macos.php index 535ffba..1858d31 100755 --- a/examples/bom_excel_macos.php +++ b/examples/bom_excel_macos.php @@ -19,8 +19,6 @@ $csv = Reader::createFromPath(__DIR__.'/data/prenoms.csv'); //we must use a temp file to be able to rewind the cursor file without loosing //the modification $writer = Writer::createFromPath('/tmp/toto.csv', 'w'); -//we do not care about null value -$writer->setNullHandlingMode(Writer::NULL_HANDLING_DISABLED); //adjust the output BOM to be used $writer->setOutputBOM(Writer::BOM_UTF16_LE); // we register a Transcode Filter class to convert the CSV into the proper encoding charset |