Age | Commit message (Expand) | Author |
---|---|---|
2023-01-15 | LibJS: Define Utf16String::to_utf8 to convert Utf16String to String | Timothy Flynn |
2023-01-15 | LibJS: Rename Utf16String::to_utf8 to to_deprecated_string | Timothy Flynn |
2023-01-08 | LibJS+Everywhere: Make PrimitiveString and Utf16String fallible | Timothy Flynn |
2023-01-08 | AK+Everywhere: Make UTF-16 to UTF-8 converter fallible | Timothy Flynn |
2023-01-08 | AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage | 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-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-10-02 | LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage | Andreas Kling |
2021-08-10 | LibJS: Add a simple reference-counted UTF-16 string | Timothy Flynn |