Bugs Fixed
-
CSVinterface
: The library is not copying theautoDetectEncoding
property when parsing using streams. -
CSVTextStream
: TheIsValidUTF8
function returnsFalse
when a sequence of 4 characters is expected and encounters the abrupt end of the sequence in a non-ASCII file.
What's Changed
- Utf8 encoding issues by @ws-garcia in #47
Full Changelog: v4.4.4...v4.4.5