Created
December 13, 2020 18:14
-
-
Save SuibianP/3e45c7663e5358a1baf966f623cf335b to your computer and use it in GitHub Desktop.
Batch text file conversion from Shift-JIS to UTF-8 using Vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim "+bufdo edit ++enc=shift-jis | set fileencoding=utf8 | w" "+qa" $(find . -path ./.git -prune -o -type f -print) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment