Linux Iconv

2024-07-05 linux

Linux 轉碼工具

# 查詢檔案編碼
file -i source-file.sql 
# 執行轉碼
iconv -f utf-16le -t UTF-8 source-file.sql -o gole-file.sql