mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibUnicode: Generate canonical combining class in Unicode data
Will be used by special casing rules.
This commit is contained in:
committed by
Linus Groh
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 ✅
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user