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:
parent
32b8023ad1
commit
0505e031f1
5 changed files with 135 additions and 13 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace Unicode {
|
||||
|
||||
enum class Block : u16;
|
||||
enum class Calendar : u8;
|
||||
enum class CalendarFormatType : u8;
|
||||
enum class CalendarPatternStyle : u8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue