mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
LibUnicode: Move Unicode-aware case transformations to a helper file
These will be needed by AK::String as well, so move them to a helper file where they can be re-used.
This commit is contained in:
parent
2949824849
commit
12f6793223
6 changed files with 284 additions and 237 deletions
|
@ -5,6 +5,7 @@ set(SOURCES
|
|||
CurrencyCode.cpp
|
||||
Emoji.cpp
|
||||
Normalize.cpp
|
||||
UnicodeUtils.cpp
|
||||
${UNICODE_DATA_SOURCES}
|
||||
)
|
||||
set(GENERATED_SOURCES ${CURRENT_LIB_GENERATED})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue