index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibUnicode
Age
Commit message (
Expand
)
Author
2022-02-15
Tests: Add Unicode tests for CharacterType block properties
thankyouverycool
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-19
LibJS+LibUnicode: Return the appropriate time zone name depending on DST
Timothy Flynn
2022-01-12
LibUnicode: Swap the preferred order of standard time zone display names
Timothy Flynn
2022-01-11
LibUnicode: Parse and generate long and short generic time zone names
Timothy Flynn
2022-01-11
LibUnicode: Fall back to GMT offset when a time zone name is unavailable
Timothy Flynn
2022-01-11
LibUnicode: Implement TR-35's localized GMT offset formatting
Timothy Flynn
2022-01-06
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
Timothy Flynn
2022-01-04
Tests: Link some tests directly against LibUnicodeData
Timothy Flynn
2021-11-30
LibUnicode: Support code point names that apply to ranges of code points
Timothy Flynn
2021-11-19
LibUnicode: Support locales-without-script aliases for ECMA-402
Timothy Flynn
2021-11-09
LibUnicode: Parse the CLDR's defaultContent.json locale list
Timothy Flynn
2021-09-08
LibUnicode+LibJS: Store locale keyword values as a single string
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware BEFORE_DOT special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware MORE_ABOVE special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware AFTER_SOFT_DOTTED special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware AFTER_I special casing
Timothy Flynn
2021-09-02
LibUnicode: Add lexer to test if a string matches the "type" production
Timothy Flynn
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-09-01
LibUnicode: Resolve the most likely territory alias when there are many
Timothy Flynn
2021-09-01
LibUnicode: Perform complex Unicode locale alias substitution
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize calendar subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize timezone subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "imperial" to "uksystem"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "primary" and "tertiary" to "levelN"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "names" to "prprname"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "yes" to "true"
Timothy Flynn
2021-09-01
LibUnicode: Substitute Unicode locale aliases during canonicalization
Timothy Flynn
2021-09-01
LibJS+LibUnicode: Store parsed Unicode locale data as full strings
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale extensions
Timothy Flynn
2021-08-30
LibUnicode: Parse locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the other extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the transformed extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the Unicode locale extension form
Timothy Flynn
2021-08-26
LibUnicode: Implement grammar validators for Unicode TR-35
Timothy Flynn
2021-08-11
LibUnicode: Handle edge-case script extensions, Common and Inherited
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for scripts and script extensions
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for Unicode properties
Timothy Flynn
2021-08-11
LibUnicode: Include Unassigned code points in the Other General Category
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for General Category properties
Timothy Flynn
2021-07-28
LibUnicode: Handle code points that are both cased and case-ignorable
Timothy Flynn
2021-07-28
LibUnicode: Check word break when deciding on case-ignorable code points
Timothy Flynn
2021-07-28
LibUnicode: Check property list when deciding if a code point is cased
Timothy Flynn
2021-07-27
LibUnicode: Begin implementing special Unicode case folding
Timothy Flynn
2021-07-26
LibUnicode: Introduce a Unicode library for interacting with UCD files
Timothy Flynn