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
commit 58f08107b0
Notes: sideshowbarker 2024-07-17 07:38:17 +09:00
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})