Skip to content

Instantly share code, notes, and snippets.

@shoya140
Created February 13, 2014 07:42
Show Gist options
  • Save shoya140/8971319 to your computer and use it in GitHub Desktop.
Save shoya140/8971319 to your computer and use it in GitHub Desktop.
shift-jisファイルをutf-8に変換
iconv -s -f SHIFT_JIS -t UTF-8 paper.tex > paper_utf8.sty
@shoya140
Copy link
Author

出力先は別名じゃないとだめっぽい。

@shoya140
Copy link
Author

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