Created
February 13, 2014 07:42
-
-
Save shoya140/8971319 to your computer and use it in GitHub Desktop.
shift-jisファイルをutf-8に変換
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
iconv -s -f SHIFT_JIS -t UTF-8 paper.tex > paper_utf8.sty |
sed -e 's/¥/\/g' paper_utf8.tex > paper_out.tex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
出力先は別名じゃないとだめっぽい。