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:
parent
76aab821f4
commit
fa8e881cfa
2 changed files with 32 additions and 13 deletions
|
@ -49,9 +49,13 @@ enum class DayPeriod : u8 {
|
|||
AM,
|
||||
PM,
|
||||
Morning1,
|
||||
Morning2,
|
||||
Afternoon1,
|
||||
Afternoon2,
|
||||
Evening1,
|
||||
Evening2,
|
||||
Night1,
|
||||
Night2,
|
||||
};
|
||||
|
||||
enum class HourCycle : u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue