Closed RaidOpe closed 11 months ago
UnicodeEncodeError: 'gbk' codec can't encode character '\xc1' in position 6: illegal multibyte sequence
Á doesn't seem to be decoded by utf-8, I use the following command
in2csv -e utf-8 text2.xlsx > 2.csv
Its stdout will not be interrupted, but it seems that redirection will be interrupted, and the csv file is incomplete.
in2csv -e iso-8859-1 text2.xlsx > 2.csv same too
in2csv -e iso-8859-1 text2.xlsx > 2.csv
这是个例子
https://github.com/wireservice/csvkit/issues/1098#issuecomment-739669143
I‘ll close it
UnicodeEncodeError: 'gbk' codec can't encode character '\xc1' in position 6: illegal multibyte sequence
Á doesn't seem to be decoded by utf-8, I use the following command
in2csv -e utf-8 text2.xlsx > 2.csv
Its stdout will not be interrupted, but it seems that redirection will be interrupted, and the csv file is incomplete.
in2csv -e iso-8859-1 text2.xlsx > 2.csv
same too