index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibUnicode
Age
Commit message (
Expand
)
Author
2022-08-25
LibUnicode: Fix compilation when ENABLE_UNICODE_DATABASE_DOWNLOAD is OFF
Timothy Flynn
2022-07-21
LibUnicode: Generate per-locale data for the "noon" fixed day period
Timothy Flynn
2022-07-20
LibUnicode: Implement the range pattern processing algorithm
Timothy Flynn
2022-07-20
LibUnicode: Generate per-locale approximately & range separator symbols
Timothy Flynn
2022-07-15
LibUnicode: Remove obsolete Unicode::get_default_number_system
Timothy Flynn
2022-07-15
LibUnicode: Generate a method to lookup locale-preferred keyword values
Timothy Flynn
2022-07-15
LibUnicode: Generate a method to lookup available keyword values
Timothy Flynn
2022-07-15
LibUnicode: Generate available values for the keywords co, kf, kn, hc
Timothy Flynn
2022-07-12
LibUnicode: Parse and generate per-locale plural ranges
Timothy Flynn
2022-07-08
LibUnicode: Remove now-unused Unicode::select_pattern_with_plurality
Timothy Flynn
2022-07-08
LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategory
Timothy Flynn
2022-07-08
LibJS+LibUnicode: Do not generate the PluralCategory enum
Timothy Flynn
2022-07-08
LibJS: Use Intl.PluralRules within Intl.RelativeFormat
Timothy Flynn
2022-07-08
LibUnicode: Generate a list of available plural categories per locale
Timothy Flynn
2022-07-08
LibUnicode: Parse and generate per-locale plural rules from the CLDR
Timothy Flynn
2022-07-06
LibUnicode: Generate per-region week data
Timothy Flynn
2022-07-06
LibUnicode: Generate per-locale text layout information
Timothy Flynn
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-01
LibUnicode: Extract the timeSeparator numeric symbol from CLDR
Idan Horowitz
2022-04-07
LibUnicode: Upgrade to CLDR version 41.0.0
Timothy Flynn
2022-02-16
LibUnicode: Use BCP 47 data to filter valid calendar names
Timothy Flynn
2022-02-16
LibUnicode: Use BCP 47 data to filter valid numbering system names
Timothy Flynn
2022-02-16
LibUnicode: Use BCP 47 data to generate available calendars and numbers
Timothy Flynn
2022-02-16
LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package
Timothy Flynn
2022-02-15
Meta+LibUnicode: Download and parse Unicode block properties
thankyouverycool
2022-01-31
LibUnicode: Implement sentence segmentation
Idan Horowitz
2022-01-31
LibUnicode: Implement word segmentation
Idan Horowitz
2022-01-31
LibUnicode: Implement grapheme segmentation
Idan Horowitz
2022-01-31
LibUnicode: Download and parse {Grapheme,Word,Sentence} break props
Idan Horowitz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available currencies
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available numbering systems
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available calendars
Timothy Flynn
2022-01-27
LibUnicode: Templatize our naive implementation of plurality selection
Timothy Flynn
2022-01-27
LibUnicode: Parse and generate relative-time format patterns
Timothy Flynn
2022-01-27
LibUnicode: Generate per-locale minimum grouping digit values
Timothy Flynn
2022-01-25
LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibUnicode: Add helper methods to convert a Style to and from a string
Timothy Flynn
2022-01-25
LibUnicode: Remove the Unicode::Style::Numeric value
Timothy Flynn
2022-01-23
LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone
Timothy Flynn
2022-01-19
LibJS+LibUnicode: Return the appropriate time zone name depending on DST
Timothy Flynn
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-18
LibUnicode: Generate code point abbreviations
Timothy Flynn
2022-01-13
LibUnicode: Do not limit language display names to known locales
Timothy Flynn
2022-01-13
LibUnicode: Add a method to combine locale subtags into a display string
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display patterns
Timothy Flynn
2022-01-13
LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapper
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display names for date fields
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display names for calendars
Timothy Flynn
2022-01-12
LibUnicode: Parse number system digits from the CLDR
Timothy Flynn
[next]