天天看点

eXtremeDb solution to Invalid multibyte string

中文字符无法在unix中识别的问题:      
1,      
$file xxx.csv       
xxx.csv: UTF-8 Unicode text, with very long lines
           
确认是不是UTF-8
           
2, 
           
其次看是否有非法字符:
           
firstly check  -locale zh_CN.utf8 is included in the command line, and then confirm the format and encoding of the csv file.