mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
Migrate from `utf_8` to `encoding_rs` in `EventSource`. The `utf_8` crate is archived and unmaintained. We already use `encoding_rs`, so it makes sense to switch. Testing: A new WPT test (`tests/wpt/meta/eventsource/format-bom.any.js.ini`) is now passing. Fixes: #42094. Signed-off-by: mishop-15 <tanaybhutada03@gmail.com>