mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
The UTF-8 decoder will currently crash if it is provided invalid UTF-8 input. Instead, change its behavior to match that of all other decoders to replace invalid code points with U+FFFD. This is required by the web.