RustyMarvin / line-by-line

A NodeJS module that helps you reading large text files, line by line, without buffering the files into memory.
MIT License
42 stars 39 forks source link

decode data with iconv before split #3

Open vinnitu opened 11 years ago

vinnitu commented 11 years ago

I try using line-by-line for files with cp866 codepade without success. And I add support ov iconv-lite to decode data before split

mmouterde commented 8 years ago

+1

francesco-carrella commented 8 years ago

+1