ladybird/Tests
Diego 7560b640f3 AK: Add AllowSurrogates to UTF-8 validator
The [UTF-8](https://datatracker.ietf.org/doc/html/rfc3629#page-5)
standard says to reject strings with upper or lower surrogates. However,
in many standards, ECMAScript included, unpaired surrogates (and
therefore UTF-8 surrogates) are allowed in strings. So, this commit
extends the UTF-8 validation API with `AllowSurrogates`, which will
reject upper and lower surrogate characters.
2024-06-09 12:16:32 +02:00
..
AK AK: Add AllowSurrogates to UTF-8 validator 2024-06-09 12:16:32 +02:00
ClangPlugins
LibAudio
LibCompress
LibCore
LibCrypto
LibDiff
LibGfx
LibJS
LibLocale
LibRegex
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibURL
LibVideo
LibWasm
LibWeb
LibWebView
LibXML
CMakeLists.txt