ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 63c3437274 LibUnicode: Use BCP 47 data to generate available calendars and numbers
BCP 47 will be the single source of truth for known calendar and number
system keywords, and their aliases (e.g. "gregory" is an alias for
"gregorian"). Move the generation of available keywords to where we
parse the BCP 47 data, so that hard-coded aliases may be removed from
other generators.
2022-02-16 07:23:07 -05:00
..
CharacterTypes.cpp Meta+LibUnicode: Download and parse Unicode block properties 2022-02-15 10:13:19 -05:00
CharacterTypes.h Meta+LibUnicode: Download and parse Unicode block properties 2022-02-15 10:13:19 -05:00
CMakeLists.txt LibUnicode: Parse and generate relative-time format patterns 2022-01-27 21:16:44 +00:00
CurrencyCode.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
CurrencyCode.h Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
DateTimeFormat.cpp LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
DateTimeFormat.h LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
Forward.h LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package 2022-02-16 07:23:07 -05:00
Locale.cpp LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
Locale.h LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
NumberFormat.cpp LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
NumberFormat.h LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
RelativeTimeFormat.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
RelativeTimeFormat.h Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00