Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Ensure proper handling of multi-byte characters in streams #411

Merged
merged 3 commits into from
Feb 7, 2020

Commits on Feb 5, 2020

  1. [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
    matz3 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    c411974 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    00e8971 View commit details
    Browse the repository at this point in the history
  2. Fix/skip tests for Node 8

    matz3 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    773fb6a View commit details
    Browse the repository at this point in the history