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
2023-03-05
LibUnicode: Detect ZWJ sequences when filtering by emoji presentation
Timothy Flynn
2023-02-25
LibUnicode: Add a unit test for Unicode grapheme and word segmentation
Timothy Flynn
2023-02-24
LibUnicode: Add a method to check if a code point could start an emoji
Timothy Flynn
2023-02-15
LibUnicode: Fix typos causing text segmentation on mid-word punctuation
Timothy Flynn
2023-01-18
LibUnicode: Parse and generate case folding code point data
Timothy Flynn
2023-01-16
LibUnicode: Support full case folding for titlecasing a string
Timothy Flynn
2023-01-16
LibUnicode: Generate simple case folding mappings for titlecase
Timothy Flynn
2023-01-09
LibUnicode+LibJS: Propagate OOM from Unicode normalization
Timothy Flynn
2023-01-09
LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformations
Timothy Flynn
2022-10-07
LibUnicode: Update code point ideographic replacements for Unicode 15
Timothy Flynn
2022-10-07
LibUnicode: Fix Hangul syllable composition for specific cases
matcool
2022-10-06
Tests: Add tests for LibUnicode's normalize
matcool
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibLocale: Move locale test files to the LibLocale folder
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+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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
[next]