You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Version 0.8.3
* Allow users to specify output encoding for some CLI commands (thanks to
@jbdesbas)
* Optimize the normal-form detection (thanks to @no23reason)
* Internal: fix names of C modules
@@ -57,6 +58,11 @@ show this help message and exit
57
58
The file encoding of the given CSV file is automatically detected using chardet. While chardet is incredibly accurate, it is not perfect. In the rare cases that it makes a mistake in detecting the file encoding, you can override the encoding by providing it through this flag. For this command, the provided encoding will also be used for the output file(s). When only one encoding is given, it will be used for all files given on the command line. When multiple encodings are given, the number must correspond to the number of files provided as input.
58
59
.RE
59
60
.PP
61
+
\-E, \-\-target\-encoding
62
+
.RS4
63
+
If ommited, the output file encoding while be the same as that of the original file.
0 commit comments