We haven't yet implemented this switch: ``` -f codepage | i:codepage[,o:codepage] | o:codepage[,i:codepage] ``` The [charmap package](https://pkg.go.dev/golang.org/x/text@v0.3.7/encoding/charmap) has a bunch of Windows code page decoders and encoders we could leverage to implement this switch.
We haven't yet implemented this switch:
The charmap package has a bunch of Windows code page decoders and encoders we could leverage to implement this switch.