Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Explicitly specify the size in StringView constructors | sin-ack |
2022-04-05 | AK: Invalidate UTF-8 encoded code points larger than U+10ffff | Timothy Flynn |
2021-09-18 | AK: Make Utf8View constructors inline and remove C string constructor | Andreas Kling |
2021-07-17 | AK: Track byte length, rather than code point length, in Utf8View::trim | Timothy Flynn |
2021-06-03 | AK: Do not VERIFY on invalid code point bytes in UTF8View | DexesTTP |
2021-06-01 | AK: Rename Utf8CodepointIterator => Utf8CodePointIterator | Andreas Kling |
2021-06-01 | AK: Implement Utf8CodepointIterator::peek(size_t) | Max Wipfli |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |