1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Emacsで文字コードを変換する方法

Posted at

毎回検索していて嫌になったのでここにメモする。

  1. Emacsでファイルを開く
  2. C-x RET F coding RET
  3. C-x C-sで上書き保存

参考:https://emacsdocs.org/docs/emacs/File-Name-Coding

utf-8にしたい場合は、
① Ctrlボタンを押しながら「x」キー
② Enterキー
③ 「f」キー
④ 「utf-8」と入力する
⑤ Enterキー


メモ:codingリストは以下コマンドで表示可能
M-x list-coding-systems

メモ:codingに指定する名称が分からないときは、分かるところまで入力してEnterを押すと候補がリストアップされる

(例)「S」を入力した後にEnterした場合
image.png

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?