Encoding API

This directory contains Blink's implementation of the Encoding Standard API.

Actual encoding and decoding is delegated to implementations of the WTF::TextCodec interface in platform/wtf/text. For most encodings we then delegate to ICU. The ISO-2022-JP encoding implementation of ICU has been patched for better conformance with the Encoding Standard.