Kilo Juliett
Results
2
issues of
Kilo Juliett
When reading CSV files without a special header row , the line number of each record is inaccurate. (As a sidenote, the documentation for `Position::line` is a bit unclear whether...
In accordance with [RFC 8258 § 7](https://datatracker.ietf.org/doc/html/rfc8259#section-7), the non-BMP character `𝄞` (U+1D11E) should be escaped as the escaped surrogate pair `\uD834\uDD1E`. Therefore, I expect the following Rust code to compile...
bug