1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-07 21:17:07 +09:00
ladybird/Tests/LibTextCodec
Andreas Kling 0e9480b944 AK+LibTextCodec: Stop using Utf16View endianness override
This is preparation for removing the endianness override, since it was
only used by a single client: LibTextCodec.

While here, add helpers and make use of simdutf for fast conversion.
2025-04-16 10:04:50 +02:00
..
CMakeLists.txt LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
TestTextDecoders.cpp AK+LibTextCodec: Stop using Utf16View endianness override 2025-04-16 10:04:50 +02:00
TestTextEncoders.cpp LibTextCodec: Add SingleByteEncoders 2024-10-10 10:39:28 +02:00