Last active
May 29, 2016 04:29
-
-
Save nishinoshake/9cb30015e277411548f2 to your computer and use it in GitHub Desktop.
文字コードの変更
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
#UTF8に変換 | |
nkf -w --overwrite readme.txt |
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
#文字コード確認 | |
nkf -g readme.txt |
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
#shiftjisに変換 | |
nkf -s --overwrite readme.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment