Skip to content

Instantly share code, notes, and snippets.

@geminixiang
Created March 13, 2025 16:25
Show Gist options
  • Save geminixiang/f98b94b1f66d4db2f71c333a8e1e072a to your computer and use it in GitHub Desktop.
Save geminixiang/f98b94b1f66d4db2f71c333a8e1e072a to your computer and use it in GitHub Desktop.
GBK 轉碼成 UTF-8
find ./ -name "*.srt" -type f -exec bash -c 'iconv -f GBK -t UTF-8 "{}" > "{}.utf8" && mv "{}.utf8" "{}"' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment