1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:58:13 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 0a6363d3e9 LibUnicode: Implement the range pattern processing algorithm
This algorithm is to inject spacing around the range separator under
certain conditions. For example, in en-US, the range [3, 5] should be
formatted as "3–5" if unitless, but as "$3 – $5" for currency.
2022-07-20 22:30:16 +01: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 per-locale plural rules from the CLDR 2022-07-08 11:51:54 +02: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: Remove obsolete Unicode::get_default_number_system 2022-07-15 12:31:43 +02:00
DateTimeFormat.h LibUnicode: Generate per-region week data 2022-07-06 16:56:42 +02:00
Forward.h LibUnicode: Generate available values for the keywords co, kf, kn, hc 2022-07-15 12:31:43 +02:00
Locale.cpp LibUnicode: Generate a method to lookup locale-preferred keyword values 2022-07-15 12:31:43 +02:00
Locale.h LibUnicode: Generate a method to lookup locale-preferred keyword values 2022-07-15 12:31:43 +02:00
NumberFormat.cpp LibUnicode: Implement the range pattern processing algorithm 2022-07-20 22:30:16 +01:00
NumberFormat.h LibUnicode: Implement the range pattern processing algorithm 2022-07-20 22:30:16 +01:00
PluralRules.cpp LibUnicode: Parse and generate per-locale plural ranges 2022-07-12 00:43:34 +01:00
PluralRules.h LibUnicode: Parse and generate per-locale plural ranges 2022-07-12 00:43:34 +01:00
RelativeTimeFormat.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
RelativeTimeFormat.h LibJS: Use Intl.PluralRules within Intl.RelativeFormat 2022-07-08 11:51:54 +02:00