ladybird/Libraries/LibTextCodec
Andreas Kling 024059b49b LibTextCodec: Normalize incoming encodings in decoder_for()
Instead of asserting when you call TextCoded::decoder_for() with a
non-standard encoding name, let's be nice and see if we can't find a
decoder for the standardized version of the encoding name.
2020-12-13 18:20:50 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Decoder.cpp LibTextCodec: Normalize incoming encodings in decoder_for() 2020-12-13 18:20:50 +01:00
Decoder.h LibTextCodec: Add a function to convert encodings to standardized names 2020-11-14 10:14:03 +01:00