Files
node/tools
James M Snell ed21cb1774 util: implement WHATWG Encoding Standard API
Provide an (initially experimental) implementation of the WHATWG Encoding
Standard API (`TextDecoder` and `TextEncoder`). The is the same API
implemented on the browser side.

By default, with small-icu, only the UTF-8, UTF-16le and UTF-16be decoders
are supported. With full-icu enabled, every encoding other than iso-8859-16
is supported.

This provides a basic test, but does not include the full web platform
tests. Note: many of the web platform tests for this would fail by default
because we ship with small-icu by default.

A process warning will be emitted on first use to indicate that the
API is still experimental. No runtime flag is required to use the
feature.

Refs: https://encoding.spec.whatwg.org/
PR-URL: https://github.com/nodejs/node/pull/13644
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2017-07-24 14:04:13 -07:00
..
2017-07-12 12:39:41 -07:00
2017-07-17 08:49:10 -07:00
2017-05-29 08:45:00 -07:00
2016-06-28 17:48:22 -04:00
2016-06-28 17:48:22 -04:00
2017-07-17 08:49:10 -07:00
2017-04-25 22:44:09 +03:00
2016-11-09 17:34:22 -05:00
2017-05-23 19:39:09 +02:00
2017-07-12 15:59:30 -07:00