mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 17:34:59 +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
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…
Add table
Add a link
Reference in a new issue