Created
October 29, 2016 15:18
-
-
Save tumugin/b34c3a9bdce23f17e6780a64003a4523 to your computer and use it in GitHub Desktop.
MSVCコンパイラはクソなのでBOM無しUTF8は読めないので、BOMを付けてやる
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
#MSVCコンパイラはクソなのでBOM無しUTF8は読めないので、BOMを付けてやる | |
find -name '*.cpp' -o -name '*.h' | xargs nkf --overwrite --oc=UTF-8-BOM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment