mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +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:
parent
5bcb019106
commit
58f08107b0
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/skyrising
Commit: 58f08107b0
Pull-request: https://github.com/SerenityOS/serenity/pull/19414
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/nico
Reviewed-by: https://github.com/shannonbooth
Reviewed-by: https://github.com/trflynn89
4 changed files with 76 additions and 1 deletions
|
@ -10,6 +10,7 @@ set(SOURCES
|
|||
Segmentation.cpp
|
||||
String.cpp
|
||||
UnicodeUtils.cpp
|
||||
URL.cpp
|
||||
${UNICODE_DATA_SOURCES}
|
||||
)
|
||||
set(GENERATED_SOURCES ${CURRENT_LIB_GENERATED})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue