Linux 轉碼工具
# 查詢檔案編碼
file -i source-file.sql
# 執行轉碼
iconv -f utf-16le -t UTF-8 source-file.sql -o gole-file.sql
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
CNS11643 轉 UTF8 經驗
2024-03-21 工作雜記 CNS11643 Java
db-postgresql-note
2024-03-15 工作雜記 postgresql
docker-note
2024-03-15 工作雜記 docker