summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
AgeCommit message (Expand)Author
2022-04-07LibUnicode: Upgrade to CLDR version 41.0.0Timothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to filter valid calendar namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to filter valid numbering system namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to generate available calendars and numbersTimothy Flynn
2022-02-16LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR packageTimothy Flynn
2022-02-15Meta+LibUnicode: Download and parse Unicode block propertiesthankyouverycool
2022-01-31LibUnicode: Implement sentence segmentationIdan Horowitz
2022-01-31LibUnicode: Implement word segmentationIdan Horowitz
2022-01-31LibUnicode: Implement grapheme segmentationIdan Horowitz
2022-01-31LibUnicode: Download and parse {Grapheme,Word,Sentence} break propsIdan Horowitz
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibUnicode: Generate a list of available currenciesTimothy Flynn
2022-01-31LibUnicode: Generate a list of available numbering systemsTimothy Flynn
2022-01-31LibUnicode: Generate a list of available calendarsTimothy Flynn
2022-01-27LibUnicode: Templatize our naive implementation of plurality selectionTimothy Flynn
2022-01-27LibUnicode: Parse and generate relative-time format patternsTimothy Flynn
2022-01-27LibUnicode: Generate per-locale minimum grouping digit valuesTimothy Flynn
2022-01-25LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::StyleTimothy Flynn
2022-01-25LibUnicode: Add helper methods to convert a Style to and from a stringTimothy Flynn
2022-01-25LibUnicode: Remove the Unicode::Style::Numeric valueTimothy Flynn
2022-01-23LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZoneTimothy Flynn
2022-01-19LibJS+LibUnicode: Return the appropriate time zone name depending on DSTTimothy Flynn
2022-01-19LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DSTTimothy Flynn
2022-01-18LibUnicode: Generate code point abbreviationsTimothy Flynn
2022-01-13LibUnicode: Do not limit language display names to known localesTimothy Flynn
2022-01-13LibUnicode: Add a method to combine locale subtags into a display stringTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display patternsTimothy Flynn
2022-01-13LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapperTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for date fieldsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for calendarsTimothy Flynn
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-11LibUnicode: Fall back to GMT offset when a time zone name is unavailableTimothy Flynn
2022-01-11LibUnicode: Implement TR-35's localized GMT offset formattingTimothy Flynn
2022-01-11LibUnicode: Add an API to retrieve a locale's default numbering systemTimothy Flynn
2022-01-11LibJS+LibUnicode: Move replacement of number system digits to LibUnicodeTimothy Flynn
2022-01-10LibUnicode: Add an hour-cycle field to DateTimeFormat's format patternTimothy Flynn
2022-01-08LibUnicode: Use LibTimeZone's list of time zone namesTimothy Flynn
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-04LibUnicode: Remove now unused Unicode symbol loaderTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeData to link with weak symbolsTimothy Flynn
2022-01-04LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeDateTimeFormat to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeNumberFormat to link with weak symbolsTimothy Flynn
2022-01-03LibUnicode: Add minimal support for generic & offset-based time zonesTimothy Flynn
2021-12-21LibUnicode: Remove linkage from LibUnicode to LibUnicodeDataTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeNumberFormat symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeLocale symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeData symbolsTimothy Flynn
2021-12-21LibUnicode: Add missing forward declarations to forwarding headerTimothy Flynn