mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +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: 91db61ae8d
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 {
|
static constexpr auto s_desired_fields = Array {
|
||||||
|
"canonical_combining_class"sv,
|
||||||
"simple_uppercase_mapping"sv,
|
"simple_uppercase_mapping"sv,
|
||||||
"simple_lowercase_mapping"sv,
|
"simple_lowercase_mapping"sv,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue