LoginSignup
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

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
What you can do with signing up
11