Why doesn't the iconv command work under Mac?

A csv file is generated under Mac. Open garbled with Excel under windows

if you want to convert it to GB18030 format, it won"t be garbled if you open it under windows

.

but it seems that the iconv command doesn"t work

  ~ head aaa.txt

  ~ file aaa.txt
aaa.txt: UTF-8 Unicode text

  ~ iconv -f UTF-8 -t GB18030 aaa.txt > bbb.txt
  ~ file bbb.txt
bbb.txt: ISO-8859 text
  ~ head bbb.txt


  ~ iconv -l|grep GB18030
GB18030

Why doesn"t the iconv command take effect? It"s supposed to be changed to GB18030. How did it become ISO-8859?

Mar.23,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38b62-2c130.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38b62-2c130.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?