Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2017-07-30 13:09:13 +0300
committerTimothy Gu <timothygu99@gmail.com>2017-08-05 11:40:41 +0300
commit365b2e342406492597c762edb9a822341f01d851 (patch)
tree5813a9873d048fe804eecf424009e4eed7c04095 /doc/api/intl.md
parent3b0ef0bf5361f2c3d91a8de03d86b5ae57a458d6 (diff)
encoding: rudimentary TextDecoder support w/o ICU
Also split up the tests. PR-URL: https://github.com/nodejs/node/pull/14489 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'doc/api/intl.md')
-rw-r--r--doc/api/intl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/intl.md b/doc/api/intl.md
index 753932c91c2..faa5429bffd 100644
--- a/doc/api/intl.md
+++ b/doc/api/intl.md
@@ -52,7 +52,7 @@ option:
| [WHATWG URL Parser][] | partial (no IDN support) | full | full | full
| [`require('buffer').transcode()`][] | none (function does not exist) | full | full | full
| [REPL][] | partial (inaccurate line editing) | full | full | full
-| [`require('util').TextDecoder`][] | none (class does not exist) | partial/full (depends on OS) | partial (Unicode-only) | full
+| [`require('util').TextDecoder`][] | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | full
*Note*: The "(not locale-aware)" designation denotes that the function carries
out its operation just like the non-`Locale` version of the function, if one