How about we add mb_fgetcsv(), which would have full multi-byte support 
(including delimeters). I'd imagine for people who need to parse multi-byte 
csv files, full functionality is more important then speed. As for the 
fgetcsv() in ext/standard/, we can port the 4.3.X code (copy & paste really) 
and let PHP 5 users benefit from a faster fgetcsv() for common applications. 
What do you think?

Ilia

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to