Hi,I was just trying to parse a UTF-16LE file using byLine, but apparently this function doesn't work with anything other than UTF-8, because I get this error:
"Invalid UTF-8 sequence (at index 1)"How can I achieve what I want, without loading the entire file into memory?
Thanks in advance.