mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-25 20:42:55 +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
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/trflynn89
Commit: 12f6793223
Pull-request: https://github.com/SerenityOS/serenity/pull/16918
Reviewed-by: https://github.com/linusg ✅
6 changed files with 284 additions and 237 deletions
Meta/Lagom/Tools/CodeGenerators/LibUnicode
|
@ -781,6 +781,8 @@ struct CodePointDecomposition {
|
|||
|
||||
Optional<Locale> locale_from_string(StringView locale);
|
||||
|
||||
Span<SpecialCasing const* const> special_case_mapping(u32 code_point);
|
||||
|
||||
}
|
||||
)~~~");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue