mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +00:00
* std.unicode: Add more UTF-16 decoding functions This mostly makes parts of Utf16LeIterator reusable * std.json: Fix decoding of UTF-16 surrogate pairs Before this commit, there were 524,288 codepoints that would get decoded improperly. After this commit, there are 0. Fixes #16828 |
||
|---|---|---|
| .. | ||
| dynamic.zig | ||
| dynamic_test.zig | ||
| hashmap.zig | ||
| hashmap_test.zig | ||
| JSONTestSuite_test.zig | ||
| scanner.zig | ||
| scanner_test.zig | ||
| static.zig | ||
| static_test.zig | ||
| stringify.zig | ||
| stringify_test.zig | ||
| test.zig | ||