LoginSignup
10
11

More than 5 years have passed since last update.

UTF-8-MACをUTF-8に変換する

Posted at

PDFからコピペしたら文字コードがUTF-8-MACになってしまって、濁点が別の文字になってしまっていたので一気になおしました。

$ brew install nkf
$ nkf -w --ic=utf8-mac --overwrite *.txt
10
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
11