Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't allow surrugate code points in UTF-8 | Pierre Ossman | 2023-06-30 | 1 | -0/+5 |
* | Clean up string encoding handling | Pierre Ossman | 2023-06-30 | 1 | -0/+49 |
* | Remove custom CharArray type | Pierre Ossman | 2023-02-04 | 1 | -0/+1 |
* | Return std::string instead of dynamic allocations | Pierre Ossman | 2023-02-04 | 1 | -10/+6 |
* | Explicitly mark unused parameters | Pierre Ossman | 2023-01-04 | 1 | -1/+1 |
* | Be consistent in including config.h | Pierre Ossman | 2021-12-30 | 1 | -0/+4 |
* | Correctly handle invalid UTF-16 code points | Pierre Ossman | 2020-10-05 | 1 | -0/+2 |
* | Fix conversion of latin-1 to UTF-8 | Pierre Ossman | 2020-10-05 | 1 | -0/+34 |
* | Fix UTF-16 encoding/decoding of high code points | Pierre Ossman | 2020-10-05 | 1 | -0/+4 |
* | Return the correct number of consumed UTF-8 bytes | Pierre Ossman | 2020-10-05 | 1 | -0/+165 |