Age | Commit message (Expand) | Author |
---|---|---|
2023-01-15 | LibUnicode: Return a String from Unicode normalization | Timothy Flynn |
2023-01-09 | LibUnicode+LibJS: Propagate OOM from Unicode normalization | Timothy Flynn |
2022-12-14 | LibUnicode: Fix compilation when the UCD download is disabled | Timothy Flynn |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-06 | Meta+LibUnicode: Avoid relocations for static unicode data | Gunnar Beutner |
2022-10-07 | LibUnicode: Fix Hangul syllable composition for specific cases | matcool |
2022-10-06 | LibUnicode: Add to-and-from string converters for NormalizationForm | Timothy Flynn |
2022-10-06 | LibUnicode: Add decomposition mappings and Unicode normalization | matcool |