ladybird/Userland/Libraries/LibTextCodec
Shannon Booth 0b864bef60 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.
2024-08-12 06:38:58 -04:00
..
CMakeLists.txt LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
Decoder.cpp LibTextCodec: Implement UTF8Decoder::to_utf8 using AK::String 2024-08-12 06:38:58 -04:00
Decoder.h LibTextCodec: Use generated lookup tables for all single byte decoders 2024-06-04 10:21:07 +02:00
Encoder.cpp LibTextCodec: Implement iso-2022-jp encoder 2024-08-08 17:49:58 +01:00
Encoder.h LibTextCodec: Implement iso-2022-jp encoder 2024-08-08 17:49:58 +01:00
indexes.json LibTextCodec: Add GBK/GB18030 decoder 2024-05-31 07:56:26 +02:00