ladybird/Tests/LibWeb/Text/expected/wpt-import/encoding
Shannon Booth 7b0dd6ab30 LibTextCodec: Use encoding_rs for legacy codecs
Replace the generated C++ legacy codec implementations with a
small Rust wrapper around encoding_rs.

This keeps the existing LibTextCodec API while moving label lookup,
legacy decode/encode, validation, and streaming decoder state to Rust.
The generated index data and generator are no longer needed.

It also fixes several TextDecoder EOF cases due to a more correct
implementation. encoding_rs finalizes decoders according to the
Encoding Standard, so incomplete UTF-8/Big5 tails and malformed
UTF-16 surrogate tails produce the required single replacement at
end-of-queue instead of being dropped, buffered, or double-counted
by our old hand-written decoders.
2026-06-20 21:56:43 +02:00
..
legacy-mb-japanese/iso-2022-jp LibTextCodec: Fix ISO-2022-JP encoder escape seq on unencodable error 2026-05-07 17:46:31 +02:00
legacy-mb-schinese LibTextCodec: Update GB18030 for GB18030-2022 and import WPT tests 2026-05-09 11:44:42 +02:00
streams LibJS: Preserve Promise job ordering across calls 2026-05-22 01:56:57 +02:00
encodeInto.any.txt LibWeb/Bindings: Pass exact typed array types through WebIDL bindings 2026-04-26 17:50:58 +02:00
iso-2022-jp-encoder.txt LibURL: Use encoding_rs for form URL encoding 2026-06-20 21:56:43 +02:00
textdecoder-eof.any.txt LibTextCodec: Use encoding_rs for legacy codecs 2026-06-20 21:56:43 +02:00
textdecoder-ignorebom.any.txt Tests: Import some encoding related WPT tests 2026-06-20 21:56:43 +02:00
textdecoder-mistakes.any.txt LibTextCodec: Use encoding_rs for legacy codecs 2026-06-20 21:56:43 +02:00
textdecoder-utf16-surrogates.any.txt LibTextCodec: Replace unmatched utf16 surrogates 2025-07-05 09:58:57 -04:00