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
/
Forward.h
Age
Commit message (
Expand
)
Author
2022-10-06
LibUnicode: Add decomposition mappings and Unicode normalization
matcool
2022-09-08
LibUncode: Parse and generate emoji code point data
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-07-15
LibUnicode: Generate available values for the keywords co, kf, kn, hc
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-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
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: 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-13
LibUnicode: Do not limit language display names to known locales
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
2022-01-08
LibUnicode: Use LibTimeZone's list of time zone names
Timothy Flynn
2022-01-06
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
Timothy Flynn
2021-12-21
LibUnicode: Add missing forward declarations to forwarding header
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate regional hour cycles
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate date, time, and date-time format patterns
Timothy Flynn
2021-11-16
LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormat
Timothy Flynn
2021-11-14
LibUnicode: Generate primary and secondary number grouping sizes
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate standard percentage formatting rules
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate compact decimal formatting rules
Timothy Flynn
2021-09-11
LibUnicode: Add some data related to currency codes
Timothy Flynn
2021-09-06
LibUnicode: Parse and generate the Unicode locale list patterns dataset
Timothy Flynn
2021-09-02
LibUnicode: Add missing structures to forwarding header
Timothy Flynn
2021-09-01
LibUnicode: Generate complex Unicode locale alias matching
Timothy Flynn
2021-08-27
LibUnicode: Generate locale subtag data as multiple smaller tables
Timothy Flynn
2021-08-27
LibUnicode: Move Locale enumeration from generated UCD data to CLDR data
Timothy Flynn
2021-08-26
LibUnicode: Download Unicode's CLDR database and generate locale data
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for Unicode properties
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for General Category properties
Timothy Flynn
2021-08-04
LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property
Timothy Flynn
2021-08-02
LibUnicode: Generate General Category unions and aliases
Timothy Flynn
2021-07-30
LibUnicode: Add public methods to compare and lookup Unicode properties
Timothy Flynn