1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:57:44 +00:00

AK+LibUnicode: Add Unicode::create_unicode_url

This is a workaround for the fact that AK::URLParser can't call into
LibUnicode directly.
This commit is contained in:
Simon Wanner 2023-06-16 00:43:22 +02:00 committed by Tim Flynn
parent 5bcb019106
commit 58f08107b0
4 changed files with 76 additions and 1 deletions

View file

@ -10,6 +10,7 @@ set(SOURCES
Segmentation.cpp
String.cpp
UnicodeUtils.cpp
URL.cpp
${UNICODE_DATA_SOURCES}
)
set(GENERATED_SOURCES ${CURRENT_LIB_GENERATED})