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

Meta+LibUnicode: Download and parse Unicode block properties

This parses Blocks.txt for CharacterType properties and creates
a global display array for use in apps.
This commit is contained in:
thankyouverycool 2022-02-13 13:39:19 -05:00 committed by Tim Flynn
parent 32b8023ad1
commit 0505e031f1
5 changed files with 135 additions and 13 deletions

View file

@ -10,6 +10,7 @@
namespace Unicode {
enum class Block : u16;
enum class Calendar : u8;
enum class CalendarFormatType : u8;
enum class CalendarPatternStyle : u8;