Images 💾

Last commit ⭐

commit f29482b0384c106abea900cd92f5b82d91f75433
Author:     Shannon Booth <shannon@serenityos.org>
AuthorDate: Sun Aug 11 15:02:55 2024 +1200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Wed Oct 16 23:56:40 2024 -0400

    LibTextCodec: Implement UTF8Decoder::to_utf8 using AK::String
    
    String::from_utf8_with_replacement_character is equivalent to
    https://encoding.spec.whatwg.org/#utf-8-decode from the encoding spec,
    so we can simply call through to it.
    
    (cherry picked from commit 0b864bef6040fa66f6719bf06898e310d4c5c02f)