【发布时间】:2016-01-29 06:53:09
【问题描述】:
我从另一台服务器导入数据。然后我的脚本将其转换为 .txt。
我导入的.csv文件:dddd-cccc bbbbbb aaaa xx List_2015_10_27.csv
iconv 命令:
iconv -f UCS-2 -t UTF-8 /thepath/*List_2015_10_27.csv > /thepath/newfile.txt
直到昨天它都运行良好。现在我有这个错误:
iconv: incomplete character or shift sequence at end of buffer
【问题讨论】: