1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

LibUnicode: Generate data for bidirectional character types

This will let us examine code points to determine the rtl/ltr direction
of a piece of text.
This commit is contained in:
Sam Atkins 2023-08-12 21:00:58 +01:00 committed by Tim Flynn
parent ef6133337e
commit 0d021a63c7
5 changed files with 95 additions and 0 deletions

View file

@ -10,6 +10,7 @@
namespace Unicode {
enum class BidirectionalClass : u8;
enum class Block : u16;
enum class EmojiGroup : u8;
enum class GeneralCategory : u8;