Files
ladybird/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp
Andreas Kling 7892ee355d LibWeb: Use StringBuilder::append_code_point() over append(Utf32View)
When appending a single Unicode code point, we don't have to go through
the trouble of creating a Utf32View wrapper over it.
2024-07-20 15:35:30 +02:00

226 KiB