summaryrefslogtreecommitdiff
path: root/Tests/AK/TestUtf8.cpp
AgeCommit message (Expand)Author
2022-10-09AK+Tests: Avoid creating invalid code points from malformed UTF-8Ben Wiederhake
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-05AK: Invalidate UTF-8 encoded code points larger than U+10ffffTimothy Flynn
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-07-17AK: Track byte length, rather than code point length, in Utf8View::trimTimothy Flynn
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01AK: Implement Utf8CodepointIterator::peek(size_t)Max Wipfli
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro