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
commit 0d021a63c7
Notes: sideshowbarker 2024-07-17 09:49:33 +09:00
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;