1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/LibTextCodec
BenJilks 72d0e3284b LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders
Implements the corresponding encoders, selects the appropriate one when
encoding URL search params. If an encoder for the given encoding could
not be found, fallback to utf-8.
2024-08-08 17:49:58 +01:00
..
CMakeLists.txt LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
Decoder.cpp LibTextCodec: Use String::from_utf8() when decoding UTF-8 to UTF-8 2024-07-20 14:29:37 +02:00
Decoder.h LibTextCodec: Use generated lookup tables for all single byte decoders 2024-06-04 10:21:07 +02:00
Encoder.cpp LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
Encoder.h LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
indexes.json LibTextCodec: Add GBK/GB18030 decoder 2024-05-31 07:56:26 +02:00