Back to Chromium

Encoding API

third_party/blink/renderer/modules/encoding/README.md

149.0.7827.2545 B
Original Source

Encoding API

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

Actual encoding and decoding is delegated to implementations of the blink::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.