Skip to content

[v8.x backport] encoding: rudimentary TextDecoder support w/o ICU - #14786

Closed
TimothyGu wants to merge 1 commit into
nodejs:v8.x-stagingfrom
TimothyGu:v8.x-14489
Closed

[v8.x backport] encoding: rudimentary TextDecoder support w/o ICU#14786
TimothyGu wants to merge 1 commit into
nodejs:v8.x-stagingfrom
TimothyGu:v8.x-14489

Conversation

@TimothyGu

Copy link
Copy Markdown
Member

Also split up the tests.

PR-URL: #14489
Reviewed-By: James M Snell jasnell@gmail.com
Reviewed-By: Refael Ackermann refack@gmail.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

encoding

Also split up the tests.
PR-URL: nodejs#14489
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@TimothyGuTimothyGu added the encoding Issues and PRs related to the TextEncoder and TextDecoder APIs. label Aug 12, 2017
@TimothyGu
TimothyGu requested a review from jasnellAugust 12, 2017 09:25
@nodejs-github-botnodejs-github-bot added encoding Issues and PRs related to the TextEncoder and TextDecoder APIs. errors Issues and PRs related to JavaScript errors originated in Node.js core. v8.x labels Aug 12, 2017
@TimothyGuTimothyGu mentioned this pull request Aug 12, 2017
3 tasks
@TimothyGu

Copy link
Copy Markdown
MemberAuthor

addaleax pushed a commit that referenced this pull request Aug 12, 2017
Also split up the tests.
Backport-PR-URL: #14786
Backport-Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #14489
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@addaleax

Copy link
Copy Markdown
Member

Landed in c5ee34e, thanks for backporting!

@TimothyGu
TimothyGu deleted the v8.x-14489 branch March 26, 2018 02:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

encodingIssues and PRs related to the TextEncoder and TextDecoder APIs.errorsIssues and PRs related to JavaScript errors originated in Node.js core.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@TimothyGu@addaleax@nodejs-github-bot