Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Ensure proper handling of multi-byte characters in streams
The stream encoding needs to be set in order to properly handle multi-byte utf8 characters that are split between different chunks. See: https://nodejs.org/api/stream.html#stream_readable_setencoding_encoding
- Loading branch information