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: • centos_bare_stack • netbsd_install_gnu • tcpdump • mysql_privileges • date_localization • mysql_source_installation • openbsd_nginx • mysql_configuration • php_unicode