Age | Commit message (Expand) | Author |
---|---|---|
2021-08-04 | AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings | Timothy Flynn |
2021-08-04 | AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringView | Timothy Flynn |
2021-07-23 | AK+LibRegex: Partially implement case insensitive UTF-16 comparison | Timothy Flynn |
2021-07-23 | AK: Add UTF-16 helper methods required for use within LibRegex | Timothy Flynn |
2021-07-22 | AK: Add Utf16View for decoding UTF-16 strings | Timothy Flynn |