ladybird/Tests/LibUnicode
Andreas Kling 7025dd1fa7 Libraries: Parse JS strings from UTF-16
Thread UTF-16 string input through JSON, script parsing, Date parsing,
Intl option parsing, Temporal parsing, and the helper library boundaries
that feed those parsers. Preserve ASCII fast paths where the source data
is known to be ASCII.
2026-06-22 19:51:25 +02:00
..
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
TestDisplayNames.cpp LibJS+LibUnicode: Port Intl.DisplayNames to UTF-16 strings 2025-07-24 10:39:52 +02:00
TestIDNA.cpp LibUnicode: Update ICU to 78.1 2025-12-08 11:29:12 -05:00
TestLocale.cpp Libraries: Parse JS strings from UTF-16 2026-06-22 19:51:25 +02:00
TestSegmenter.cpp LibUnicode: Add an ASCII fast path for line break segmentation 2026-05-05 18:59:07 +02:00
TestTimeZone.cpp LibJS+LibUnicode: Change time zones in a way that works on Windows 2025-06-01 18:48:58 -04:00
TestUnicodeCharacterTypes.cpp LibUnicode: Add Unicode case folding support for regex matching 2026-02-16 07:51:00 -05:00
TestUnicodeNormalization.cpp LibUnicode+LibJS: Stop propagating small OOM errors from normalization 2023-09-09 13:03:25 -04:00