The fgetcsv function in PHP will truncate data if it has one-byte characters. A fix:
fgetcsv
while ($data = fgetcsv($handle, $line_max, ',')) { $data = array_map(utf8_encode, $data); }
Trace: • ifdata • centos_bare_stack • netbsd_php • pkg • yarn_node • raidctl • powershell • optimization • php_unicode