mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
LibUnicode: Generate canonical combining class in Unicode data
Will be used by special casing rules.
This commit is contained in:
parent
88d148b46a
commit
91db61ae8d
Notes:
sideshowbarker
2024-07-18 04:36:57 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/91db61ae8d5 Pull-request: https://github.com/SerenityOS/serenity/pull/9841 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ struct UnicodeData {
|
|||
};
|
||||
|
||||
static constexpr auto s_desired_fields = Array {
|
||||
"canonical_combining_class"sv,
|
||||
"simple_uppercase_mapping"sv,
|
||||
"simple_lowercase_mapping"sv,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue