tmp
Monday, September 29, 2014
標準出力の文字コード変換
##perl(Shift_JIS -> UTF-8) ```bash $ tail | perl -MEncode -pe '$_ = encode("utf-8", decode("sjis", $_))' ```
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)