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

buffer: add buffer.transcode #9038

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 25, 2016

  1. buffer: add buffer.transcode

    Add buffer.transcode(source, from, to) method. Primarily uses ICU
    to transcode a buffer's content from one of Node.js' supported
    encodings to another.
    
    Originally part of a proposal to add a new unicode module. Decided
    to refactor the approach towrds individual PRs without a new module.
    
    Refs: nodejs#8075
    jasnell committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    4d7472b View commit details
    Browse the repository at this point in the history