summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode/Normalize.cpp
AgeCommit message (Expand)Author
2023-01-15LibUnicode: Return a String from Unicode normalizationTimothy Flynn
2023-01-09LibUnicode+LibJS: Propagate OOM from Unicode normalizationTimothy 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-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