Age | Commit message (Expand) | Author |
---|---|---|
2023-02-25 | Everywhere: Use _{short_,}string to create Strings from literals | Linus Groh |
2023-01-09 | AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::String | Timothy Flynn |
2023-01-09 | AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string | Timothy Flynn |
2023-01-08 | AK+Everywhere: Make UTF-16 to UTF-8 converter fallible | Timothy Flynn |
2023-01-08 | AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible | Timothy Flynn |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn |
2021-07-22 | AK: Add Utf16View for decoding UTF-16 strings | Timothy Flynn |