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 Capture.watchStream to respect default text encoding #194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 9, 2018

  1. Fix Capture.watchStream to respect default text encoding

    Previously, buffer may contain truncated UTF-8 characters at the end, resulting in invalid characters in the subsequent String constructor.  By using InputStreamReader, we can specify the default encoding used by the String constructor so buffer will not split the bytes for a single character.
    alexleech committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    f0dc58d View commit details
    Browse the repository at this point in the history