Problem
The Zig iconv layer (src/zig/iconv.zig) supports transcoding and csv_detect_encoding, but the CLI surfaces no --encoding flag and has no detect command.
Proposal
- Add
--encoding flag across read commands
- Add
turbocsv encoding detect data.csv
Acceptance
Problem
The Zig iconv layer (
src/zig/iconv.zig) supports transcoding andcsv_detect_encoding, but the CLI surfaces no--encodingflag and has no detect command.Proposal
--encodingflag across read commandsturbocsv encoding detect data.csvAcceptance
--encodinghonored by count/head/select/etc.