summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
AgeCommit message (Expand)Author
2023-03-08AK+LibUnicode: Implement String::equals_ignoring_case without allocatingTimothy Flynn
2023-03-05LibUnicode: Detect ZWJ sequences when filtering by emoji presentationTimothy Flynn
2023-02-28LibUnicode: Allow ignoring text presentation emoji in sequence detectionTimothy Flynn
2023-02-25LibUnicode: Skip over emoji sequences in grapheme boundary segmentationTimothy Flynn
2023-02-24LibUnicode: Add a method to check if a code point could start an emojiTimothy Flynn
2023-02-24LibUnicode: Generate the path to emoji images alongside emoji dataTimothy Flynn
2023-02-16LibUnicode: Remove non-iterative text segmentation algorithmsTimothy Flynn
2023-02-16LibUnicode: Use iterative text segmentation algorithms for titlecasingTimothy Flynn
2023-02-15LibUnicode: Fix typos causing text segmentation on mid-word punctuationTimothy Flynn
2023-02-15LibUnicode: Support finding the next/previous text segmentation boundaryTimothy Flynn
2023-02-15LibUnicode: Allow iterating over text segmentation boundariesTimothy Flynn
2023-02-15LibUnicode: Implement text segmentation algorithms for all UTF encodingsTimothy Flynn
2023-02-15LibUnicode+LibJS: Move text segmentation algorithms to their own filesTimothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-18AK+LibUnicode: Provide Unicode-aware caseless String matchingTimothy Flynn
2023-01-18LibUnicode: Parse and generate case folding code point dataTimothy Flynn
2023-01-18LibUnicode: Update out-of-date spec linksTimothy Flynn
2023-01-16AK+LibUnicode: Provide Unicode-aware String titlecase transformationTimothy Flynn
2023-01-16LibUnicode: Support full case folding for titlecasing a stringTimothy Flynn
2023-01-16LibUnicode: Generate simple case folding mappings for titlecaseTimothy Flynn
2023-01-16LibUnicode: Add an overload of word segmentation for UTF-8 stringsTimothy Flynn
2023-01-15LibUnicode: Return a String from Unicode normalizationTimothy Flynn
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2023-01-09LibUnicode: Move Unicode-aware case transformations to a helper fileTimothy Flynn
2023-01-09LibUnicode+LibJS: Propagate OOM from Unicode normalizationTimothy Flynn
2023-01-09LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformationsTimothy Flynn
2022-12-14LibUnicode: Fix compilation when the UCD download is disabledTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-07LibUnicode: Fix Hangul syllable composition for specific casesmatcool
2022-10-06LibUnicode: Add to-and-from string converters for NormalizationFormTimothy Flynn
2022-10-06LibUnicode: Add decomposition mappings and Unicode normalizationmatcool
2022-09-11LibUnicode: Parse and generate custom emoji added for SerenityOSTimothy Flynn
2022-09-08LibUncode: Parse and generate emoji code point dataTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibUnicode: Generate a separate Locale enumeration for special casingTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.hTimothy Flynn
2022-09-05LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-09-05LibUnicode: Fully qualify use of AK::Variant in Locale.hTimothy Flynn
2022-08-25LibUnicode: Fix compilation when ENABLE_UNICODE_DATABASE_DOWNLOAD is OFFTimothy Flynn
2022-07-21LibUnicode: Generate per-locale data for the "noon" fixed day periodTimothy Flynn
2022-07-20LibUnicode: Implement the range pattern processing algorithmTimothy Flynn
2022-07-20LibUnicode: Generate per-locale approximately & range separator symbolsTimothy Flynn