mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +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:
committed by
Andrew Kaster
parent
2949824849
commit
12f6793223
@@ -781,6 +781,8 @@ struct CodePointDecomposition {
|
||||
|
||||
Optional<Locale> locale_from_string(StringView locale);
|
||||
|
||||
Span<SpecialCasing const* const> special_case_mapping(u32 code_point);
|
||||
|
||||
}
|
||||
)~~~");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user