Age | Commit message (Expand) | Author |
---|---|---|
2020-06-04 | AK: Allow default-constructing Utf8View and Utf8CodepointIterator | Andreas Kling |
2020-05-18 | AK: Add a way to get the number of valid bytes in a Utf8View | AnotherTest |
2020-05-17 | AK: Add Utf8View::length_in_codepoints() | Andreas Kling |
2020-01-24 | Meta: Claim copyright for files created by me | Sergey Bugaev |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-10-18 | UTF-8: Add Utf8CodepointIterator::codepoint_length_in_bytes() | Andreas Kling |
2019-09-05 | Utf8View: Try fixing the travis-ci build | Andreas Kling |
2019-09-05 | AK: Add some more utility methods to Utf8View | Sergey Bugaev |
2019-08-28 | AK: Add a Utf8View type for iterating over UTF-8 codepoints | Sergey Bugaev |