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-10-07
LibUnicode: Fix Hangul syllable composition for specific cases
matcool
2022-10-06
LibUnicode: Add to-and-from string converters for NormalizationForm
Timothy Flynn
2022-10-06
LibUnicode: Add decomposition mappings and Unicode normalization
matcool
2022-09-11
LibUnicode: Parse and generate custom emoji added for SerenityOS
Timothy Flynn
2022-09-08
LibUncode: Parse and generate emoji code point data
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibUnicode: Generate a separate Locale enumeration for special casing
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h
Timothy Flynn
2022-09-05
LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folder
Timothy Flynn
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-09-05
LibUnicode: Move CLDR data generators to a LibLocale subfolder
Timothy Flynn
2022-09-05
LibUnicode: Fully qualify use of AK::Variant in Locale.h
Timothy Flynn
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
[next]