Age | Commit message (Expand) | Author |
---|---|---|
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 |