1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:57:43 +00:00

LibUnicode: Parse and generate secondary day period symbols

Generate morning2, afternoon2, evening2, and night2 symbols.
This commit is contained in:
Timothy Flynn 2021-12-10 11:59:58 -05:00 committed by Linus Groh
parent 76aab821f4
commit fa8e881cfa
2 changed files with 32 additions and 13 deletions

View file

@ -49,9 +49,13 @@ enum class DayPeriod : u8 {
AM,
PM,
Morning1,
Morning2,
Afternoon1,
Afternoon2,
Evening1,
Evening2,
Night1,
Night2,
};
enum class HourCycle : u8 {