Commit Graph

3 Commits

Author SHA1 Message Date
oleibman 8e92f0d343 UTF-16 Surrogates
Chunk routine would fail if chunk ended between two halves of a surrogate. Fix that.

UTF-7, UTF-16 and UCS-2 (no endian-ness specified and no BOM), UTF-32 and UCS-4 (no endian-ness specified regardless of BOM) all revert to parent routine.
2026-04-28 19:57:39 -07:00
oleibman 2046b62b89 One More Tweak 2026-04-07 11:31:42 -07:00
oleibman 65bc9b9cf5 Move 1 Test
CsvChunk will not be moved to production, so its test should not be in the regular unit test suite. However, it still has some value in the Benchmark suite, so move it there.
2026-04-07 10:35:36 -07:00