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

doc: binary encoding is not deprecated #3441

Closed
wants to merge 1 commit into from

Commits on Oct 19, 2015

  1. doc: binary encoding is not deprecated

    When v8 implemented proper one-byte string support Node's internal
    "binary" encoding implementation was removed in favor of it. The result
    was that "binary" encoding effectively became "latin-1" encoding.
    Because of this and because one-byte strings are natively supported by
    v8 the buffer encoding is not deprecated and will not be removed.
    
    Ref: 83261e7 "deps: update v8 to 3.17.13"
    trevnorris committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    528dd30 View commit details
    Browse the repository at this point in the history